Move from relative imports to static imports
This commit is contained in:
@@ -12,7 +12,7 @@ export type Tab = {
|
||||
</script>
|
||||
<script lang="ts">
|
||||
import { onMount, type ComponentType } from "svelte";
|
||||
import Footer from "../layout/Footer.svelte";
|
||||
import Footer from "layout/Footer.svelte";
|
||||
|
||||
export let title = ""
|
||||
export let pages: Tab[] = []
|
||||
|
||||
Reference in New Issue
Block a user