We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe467d commit dbfb46eCopy full SHA for dbfb46e
src/contexts/AppContext.tsx
@@ -7,15 +7,14 @@ import {
7
} from "react";
8
import { DEFAULT_SOURCE_ID, MAP_SOURCES } from "../constants/mapSources";
9
import { useLocalStorage } from "../hooks/useLocalStorage";
10
+import { useMapHash } from "../hooks/useMapHash";
11
import {
12
+ ApiKeys,
13
AppState,
14
BoxCount,
- MapSource,
- MapState,
15
- ApiKeys,
16
CustomMapSource,
+ MapState,
17
} from "../types";
18
-import { useMapHash } from "../hooks/useMapHash";
19
20
function getInitialPanels() {
21
// Get available source IDs excluding the default one
0 commit comments