Skip to content

Commit

Permalink
fix: Nav component import
Browse files Browse the repository at this point in the history
  • Loading branch information
frullah committed Mar 28, 2021
1 parent 3776dbf commit aaad3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/_layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import Nav from "@/components/Layout/Nav.svelte";
import InlineSvg from "../components/Layout/InlineSvg.svelte";
import Nav from "../components/Nav.svelte";
</script>

<InlineSvg />
Expand Down

0 comments on commit aaad3a0

Please sign in to comment.