홈 페이지 구현

This commit is contained in:
static
2025-12-26 22:47:31 +09:00
parent ed21a9cd31
commit 6d02178c69
8 changed files with 50 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
export * from "./Category";
export { default as Category } from "./Category";
export { default as Gallery } from "./Gallery.svelte";
export * from "./modals";