Skip to content

Commit 4fcc82d

Browse files
committed
fix: Remove stray export
1 parent e5f6649 commit 4fcc82d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export { default as Card } from './Card/Card.svelte';
2-
export { default as Container } from './Container/Container.svelte';
32
export { default as Autocomplete } from './Autocomplete/Autocomplete.svelte';
43
export { default as Switcher } from './Switcher/Switcher.svelte';
54
export { default as Input } from './Input/Input.svelte';

0 commit comments

Comments
 (0)