mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 16:16:55 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
export * from "./Category";
|
|
export { default as Category } from "./Category";
|
|
export { default as Gallery } from "./Gallery.svelte";
|
|
export * from "./modals";
|