File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
examples/playground/src/components/map Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { useMap } from "react-leaflet"
7
7
import { useRecoilValue } from "recoil"
8
8
import { amdbLayersState } from "../../state/amdb"
9
9
import JsonView from "../JsonView"
10
- import amdbStyle , { layerOrder } from "./amdb_styles "
10
+ import amdbStyle , { layerOrder } from "./amdbStyle "
11
11
12
12
const AmdbManager = memo ( ( ) => {
13
13
const amdb = getAmdbAPI ( )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
20
20
mapVisibleState ,
21
21
} from "../../state/map"
22
22
import Button from "../Button"
23
- import AmdbManager from "./amdb "
23
+ import AmdbManager from "./AmdbManager "
24
24
25
25
export function createPreset (
26
26
source : NavigraphRasterSource ,
You can’t perform that action at this time.
0 commit comments