style: formatting

This commit is contained in:
ByteAtATime 2025-07-06 09:49:51 -07:00
parent 0265fafce7
commit e22b9892ed
No known key found for this signature in database
18 changed files with 64 additions and 64 deletions

View file

@ -2,8 +2,8 @@ import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from "./button.svelte";
buttonVariants
} from './button.svelte';
export {
Root,
@ -13,5 +13,5 @@ export {
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
type ButtonVariant
};