Skip to content

Commit dbfb46e

Browse files
committed
Update AppContext.tsx
1 parent cbe467d commit dbfb46e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/contexts/AppContext.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ import {
77
} from "react";
88
import { DEFAULT_SOURCE_ID, MAP_SOURCES } from "../constants/mapSources";
99
import { useLocalStorage } from "../hooks/useLocalStorage";
10+
import { useMapHash } from "../hooks/useMapHash";
1011
import {
12+
ApiKeys,
1113
AppState,
1214
BoxCount,
13-
MapSource,
14-
MapState,
15-
ApiKeys,
1615
CustomMapSource,
16+
MapState,
1717
} from "../types";
18-
import { useMapHash } from "../hooks/useMapHash";
1918

2019
function getInitialPanels() {
2120
// Get available source IDs excluding the default one

0 commit comments

Comments
 (0)