mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 13:55:13 +02:00
8 lines
90 B
TypeScript
8 lines
90 B
TypeScript
import Root from "./progress.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Progress,
|
|
};
|