mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 02:54:22 +02:00
7 lines
79 B
TypeScript
7 lines
79 B
TypeScript
import Root from './checkbox.svelte';
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Checkbox
|
|
};
|