This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/lib/components/ui/label/index.ts

7 lines
74 B
TypeScript

import Root from "./label.svelte";
export {
Root,
//
Root as Label
};