diff --git a/index.ts b/index.ts index c63f2f7..642fde7 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,5 @@ +export { default as Comment } from "./src/Comment.astro" +export { default as Creator } from "./src/Creator.astro" export { default as Dialog } from "./src/Dialog.astro" +export { default as Sidebar } from "./src/Sidebar.astro" export { default as VideoItem } from "./src/VideoItem.astro" \ No newline at end of file