Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Oct 23, 2024
1 parent 0d14c08 commit 2597908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/NavMenuMobile.stories.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { Meta, Story } from '@storybook/addon-svelte-csf';
import NavMenuMobile from './NavMenu-Mobile.svelte';
import NavMenuMobile from './NavMenuMobile.svelte';
const menuItems = [
{ label: 'Home', href: '/' },
Expand Down

0 comments on commit 2597908

Please sign in to comment.