mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-09-01 19:57:40 +00:00
style: formatting
This commit is contained in:
parent
85c9595d15
commit
fc7c835c66
38 changed files with 4202 additions and 2343 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