mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 18:02:55 +00:00
8 lines
77 B
TypeScript
8 lines
77 B
TypeScript
import Root from "./switch.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Switch,
|
|
};
|