mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-14 22:08:45 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export * from "./Category";
|
|
export { default as Category } from "./Category";
|
|
export * from "./modals";
|