mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 22:05:24 +02:00
8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
import Root from "./separator.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Separator,
|
|
};
|