mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-23 06:15:19 +02:00
8 lines
89 B
TypeScript
8 lines
89 B
TypeScript
import Root from './progress.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Progress
|
|
};
|