Skip to content

Commit 7603239

Browse files
fix: naming
1 parent bc2c915 commit 7603239

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/playground/src/components/map/amdb.tsx renamed to examples/playground/src/components/map/AmdbManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useMap } from "react-leaflet"
77
import { useRecoilValue } from "recoil"
88
import { amdbLayersState } from "../../state/amdb"
99
import JsonView from "../JsonView"
10-
import amdbStyle, { layerOrder } from "./amdb_styles"
10+
import amdbStyle, { layerOrder } from "./amdbStyle"
1111

1212
const AmdbManager = memo(() => {
1313
const amdb = getAmdbAPI()

examples/playground/src/components/map/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
mapVisibleState,
2121
} from "../../state/map"
2222
import Button from "../Button"
23-
import AmdbManager from "./amdb"
23+
import AmdbManager from "./AmdbManager"
2424

2525
export function createPreset(
2626
source: NavigraphRasterSource,

0 commit comments

Comments
 (0)