8 lines
78 B
TypeScript
8 lines
78 B
TypeScript
import Root from './label.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Label,
|
|
};
|