diff --git a/index.ts b/index.ts index d0458bf..f750954 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,8 @@ +export { default as Category } from "./src/Category.astro" export { default as Comment } from "./src/Comment.astro" -export { default as SidebarCreator } from "./src/SidebarCreator.astro" export { default as Dialog } from "./src/Dialog.astro" +export { default as MobileNavigation } from "./src/MobileNavigation.astro" +export { default as Search } from "./src/search/Field.astro" export { default as Sidebar } from "./src/Sidebar.astro" +export { default as SidebarCreator } from "./src/SidebarCreator.astro" export { default as VideoItem } from "./src/VideoItem.astro" \ No newline at end of file