5 changed files with 4 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||||||
<script lang="ts" context="module"> |
<script lang="ts" context="module"> |
||||||
import type { Meta } from "@storybook/svelte"; |
import type { Meta } from "@storybook/svelte"; |
||||||
import Navbar from "$lib/components/navbar.svelte"; |
import Navbar from "$lib/components/Navbar.svelte"; |
||||||
import { Story, Template } from "@storybook/addon-svelte-csf"; |
import { Story, Template } from "@storybook/addon-svelte-csf"; |
||||||
|
|
||||||
export const meta: Meta<Navbar> = { |
export const meta: Meta<Navbar> = { |
||||||
Loading…
Reference in new issue