Rename Creator to SidebarCreator

This commit is contained in:
Korbs 2024-09-05 15:57:03 -04:00
parent cf579e0508
commit f4cc2fa077
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
export { default as Comment } from "./src/Comment.astro"
export { default as Creator } from "./src/Creator.astro"
export { default as SidebarCreator } from "./src/SidebarCreator.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"