We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10c28a8 + aba8cc2 commit 88644d6Copy full SHA for 88644d6
src/lib/components/ui/InternalHeader.svelte renamed to src/lib/components/layout/InternalHeader.svelte
src/lib/components/ui/NavigationExample.svelte
src/lib/components/ui/contents-list/codeBlocks.js
src/routes/+layout.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import Footer from "$lib/components/ui/Footer.svelte";
3
- import InternalHeader from "$lib/components/ui/InternalHeader.svelte";
+ import InternalHeader from "$lib/components/layout/InternalHeader.svelte";
4
import HeaderNav from "$lib/components/ui/HeaderNav.svelte";
5
import MobileNav from "$lib/components/ui/MobileNav.svelte";
6
import SideNav from "$lib/components/ui/SideNav.svelte";
0 commit comments