Skip to content

Commit

Permalink
Update Header component in App.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Fractal-Tess committed Jan 29, 2024
1 parent 2900498 commit 58606f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import Router from '$router/Router.svelte'
import { ModeWatcher, mode } from 'mode-watcher'
import Header from '$lib/components/HeaderNav.svelte'
import Header from '$lib/components/Header.svelte'
import { Toaster } from 'svelte-sonner'
</script>

Expand Down
File renamed without changes.

0 comments on commit 58606f5

Please sign in to comment.