remove useless code
This commit is contained in:
parent
3b1730386b
commit
f63787fd03
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ const MapIconLayer = unstable_clientOnly(() => import('~/components/map/MapIconL
|
||||||
import 'maplibre-gl/dist/maplibre-gl.css';
|
import 'maplibre-gl/dist/maplibre-gl.css';
|
||||||
import StyleJson from '~/style/style.json';
|
import StyleJson from '~/style/style.json';
|
||||||
|
|
||||||
export const [mapIcons, setMapIcons] = createSignal([]);
|
|
||||||
|
|
||||||
export const [mapRotate, setMapRotate] = createSignal(false);
|
export const [mapRotate, setMapRotate] = createSignal(false);
|
||||||
createEffect(() => console.log('Rotate:', mapRotate()));
|
createEffect(() => console.log('Rotate:', mapRotate()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue