remove useless code

This commit is contained in:
Adam 2023-05-17 21:21:46 -04:00
parent 3b1730386b
commit f63787fd03

View file

@ -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()));