8 lines
72 B
TypeScript
8 lines
72 B
TypeScript
import Root from './card.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Card
|
|
};
|