7 lines
75 B
TypeScript
7 lines
75 B
TypeScript
import Root from "./label.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Label,
|
|
};
|