mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-21 01:11:33 +03:00
8 lines
74 B
TypeScript
8 lines
74 B
TypeScript
import Root from './label.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Label
|
|
};
|