Skip to content

Commit

Permalink
add inline svg to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frullah committed Mar 27, 2021
1 parent 98fd86f commit 51825aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
import InlineSvg from '../components/InlineSvg.svelte';
import Nav from '../components/Nav.svelte';
</script>

Expand All @@ -9,6 +10,7 @@
@tailwind screens;
</style>

<InlineSvg></InlineSvg>
<Nav/>

<main>
Expand Down

0 comments on commit 51825aa

Please sign in to comment.