Skip to content

Commit

Permalink
fix(cleanup): remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Feb 7, 2024
1 parent 6256410 commit 2e5614e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { default as Catalogue } from "./src/components/catalogue/Catalogue.wc.svelte";
export { default as QueryDisplayComponent } from "./src/components/query-display/QueryDisplayComponent.wc.svelte";
export { default as SearchBarComponent } from "./src/components/search-bar/SearchBarComponent.wc.svelte";
export { default as StateDisplayComponent } from "./src/components/testing-components/StateDisplayComponent.wc.svelte";
export { default as SearchButtonComponent } from "./src/components/buttons/SearchButtonComponenet.wc.svelte";
Expand Down

0 comments on commit 2e5614e

Please sign in to comment.