mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-03 08:27:49 +00:00
8 lines
75 B
TypeScript
8 lines
75 B
TypeScript
import Root from "./input.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Input,
|
|
};
|