Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Sep 20, 2024
1 parent ca3ad74 commit 1668df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/map/MapView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
} from '$env/static/public';
import { debounce } from '$lib/utils';
import { loadGoogleMapsLibrary } from '$lib/googleMaps';
import LocationButton from '$lib/LocationButton/LocationButton.svelte';
import StopMarker from './StopMarker.svelte';
import RouteMap from './RouteMap.svelte';
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
$components: './src/components',
$config: './src/config',
$images: './src/assets/images',
$lib: './src/lib',
$lib: './src/lib'
}
},
preprocess: vitePreprocess()
Expand Down

0 comments on commit 1668df7

Please sign in to comment.