Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Sep 18, 2024
1 parent 1de073b commit e0ace28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useStatsDeploiement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getEpciCommunes, getDepartementCommunes, getCommunes } from '@/lib/api-
import { BANStats } from '@/types/api-ban.types'
import { Commune } from '@/types/api-geo.types'
import { DEFAULT_CENTER, DEFAULT_ZOOM } from '@/components/Map/map.config'
import { DeploiementBALSearchResult } from '@/components/DeploiementBAL/DeploiementBALDashboard'
import { DeploiementBALSearchResult } from '@/app/deploiement-bal/page'

const communesWithArrondissements = { 75056: 'Paris', 69123: 'Lyon', 13055: 'Marseille' }

Expand Down

0 comments on commit e0ace28

Please sign in to comment.