Skip to content

Commit

Permalink
fix: expose Container
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Sep 22, 2024
1 parent 295344d commit 5853e04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ export { default as Tag } from './components/Tag.svelte'

// Panel
export { default as Panel } from './components/Panel.svelte'

// Container
export { default as Container } from './components/Container.svelte'

0 comments on commit 5853e04

Please sign in to comment.