Skip to content

Commit

Permalink
Hotfix bitsui (#43)
Browse files Browse the repository at this point in the history
* fix paths

* ...

* format

* remove accidental stories coming through index.ts and path to asset

---------

Co-authored-by: Claire Olmstead <[email protected]>
  • Loading branch information
claireolmstead and claireolmstead authored Oct 28, 2024
1 parent d26f0ea commit 345685a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export { default as Accordion } from './features/Accordion.svelte';
export { default as AccordionList } from './features/AccordionList.svelte';
export { default as Footer } from './features/Footer.svelte';
export { default as Header } from './features/Header.svelte';
export { default as Modal } from './features/Modal.stories.svelte';
export { default as NavMenu } from './features/NavMenu.stories.svelte';
export { default as Modal } from './features/Modal.svelte';
export { default as NavMenu } from './features/NavMenu.svelte';
export { default as NavMenuMobile } from './features/NavMenuMobile.svelte';
export { default as Card } from './features/Card.svelte';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { Accordion as AccordionPrimitive } from 'bits-ui';
import { Chevron } from '../../../../lib/assets';
import { Chevron } from '../../../assets';
import { cn } from '../../../utils/utils';
type $$Props = AccordionPrimitive.TriggerProps;
Expand Down

0 comments on commit 345685a

Please sign in to comment.