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