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