Remove leftover import of search component

This commit is contained in:
Andrew Kingston 2021-05-13 12:38:34 +01:00
parent 1c07e0a895
commit 06d8a0970a
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ export { default as embed } from "./Embed.svelte"
export { default as cardhorizontal } from "./CardHorizontal.svelte"
export { default as cardstat } from "./CardStat.svelte"
export { default as icon } from "./Icon.svelte"
export { default as search } from "./Search.svelte"
export { default as backgroundimage } from "./BackgroundImage.svelte"
export * from "./charts"
export * from "./forms"