Skip to content

Commit

Permalink
fix: fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanpreet Ghotra committed Dec 19, 2024
1 parent 38749c5 commit 1b4750a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 175 deletions.
173 changes: 0 additions & 173 deletions src/components/Map/FcsAccordion.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Feature, GeoJsonProperties, Geometry } from 'geojson';
import { FcsRegionTooltipOperations } from '@/operations/map/FcsRegionTooltipOperations';
import { formatToMillion } from '@/utils/formatting';

import { LineChart } from '../Charts/LineChart';
import { LineChart } from '../../Charts/LineChart';

interface FcsRegionTooltipProps {
feature: Feature<Geometry, GeoJsonProperties>;
Expand Down
2 changes: 1 addition & 1 deletion src/operations/map/FcsCountryChoroplethOperations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import L from 'leaflet';
import React from 'react';
import { createRoot } from 'react-dom/client';

import FcsRegionTooltip from '@/components/Map/FcsRegionTooltip';
import FcsRegionTooltip from '@/components/Map/FcsMap/FcsRegionTooltip';
import { CountryMapData } from '@/domain/entities/country/CountryMapData.ts';
import { MapOperations } from '@/operations/map/MapOperations';

Expand Down

0 comments on commit 1b4750a

Please sign in to comment.