mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-03 21:19:06 +00:00
8 lines
81 B
TypeScript
8 lines
81 B
TypeScript
import Root from "./progress.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Progress,
|
|
};
|