Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Jan 13, 2024
1 parent d08a2ad commit ca5450b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(protected)/admin/map/live/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import type { PageData } from './$types';
import type { CityPolygonFeature } from '$lib/types/CityPolygonFeature';
import type { ZonePolygonFeature } from '$lib/types/ZonePolygonFeature';
import type { Bike } from '$lib/types/Bike';
import type { BikeFromFeed } from '$lib/types/BikeFromFeed';
export let data: PageData;
Expand Down

0 comments on commit ca5450b

Please sign in to comment.