Files
arkvault/src/lib/components/molecules/labels/index.ts
2025-01-27 19:33:38 +09:00

5 lines
266 B
TypeScript

export { default as CategoryLabel } from "./CategoryLabel.svelte";
export { default as DirectoryEntryLabel } from "./DirectoryEntryLabel.svelte";
export { default as IconLabel } from "./IconLabel.svelte";
export { default as TitleLabel } from "./TitleLabel.svelte";