사소한 리팩토링

This commit is contained in:
static
2025-12-27 14:10:33 +09:00
parent 576d41da7f
commit 0d13d3baef
7 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
export { default as ActionEntryButton } from "./ActionEntryButton.svelte";
export { default as Button } from "./Button.svelte";
export { default as EntryButton } from "./EntryButton.svelte";
export { default as FileThumbnailButton } from "./FileThumbnailButton.svelte";
export { default as FloatingButton } from "./FloatingButton.svelte";
export { default as TextButton } from "./TextButton.svelte";