mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-21 17:25:44 +03:00
8 lines
75 B
TypeScript
8 lines
75 B
TypeScript
|
|
import Root from "./label.svelte";
|
||
|
|
|
||
|
|
export {
|
||
|
|
Root,
|
||
|
|
//
|
||
|
|
Root as Label,
|
||
|
|
};
|