mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-09-13 09:26:22 +00:00
style: formatting
This commit is contained in:
parent
0265fafce7
commit
e22b9892ed
18 changed files with 64 additions and 64 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue