Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 12, 2024
1 parent 9b64fcf commit 0c5fe33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/routes/(user)/map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import { onDestroy, onMount } from 'svelte';
import type { PageData } from './$types';
import Map from '$lib/components/shared-components/map/map.svelte';
import type { MapSettings } from '$lib/stores/preferences.store';
export let data: PageData;
Expand Down

0 comments on commit 0c5fe33

Please sign in to comment.