Skip to content

Commit

Permalink
Remove unused 'time' import from +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Feb 6, 2025
1 parent 6da2b3a commit ab08be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import MapContainer from '$components/MapContainer.svelte';
import RouteModal from '$components/routes/RouteModal.svelte';
import ViewAllRoutesModal from '$components/routes/ViewAllRoutesModal.svelte';
import { isLoading, time } from 'svelte-i18n';
import { isLoading } from 'svelte-i18n';
import AlertsModal from '$components/navigation/AlertsModal.svelte';
import { onMount } from 'svelte';
import StopModal from '$components/stops/StopModal.svelte';
Expand Down

0 comments on commit ab08be3

Please sign in to comment.