diff options
| author | Dhravya <[email protected]> | 2024-04-10 15:47:57 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 15:47:57 -0700 |
| commit | 16f90be012cf57fd954db6f1886145cc5b47d0c4 (patch) | |
| tree | 738e5a0bd9aaf01320edda83db3f95dfc8646537 | |
| parent | test (diff) | |
| download | archived-supermemory-16f90be012cf57fd954db6f1886145cc5b47d0c4.tar.xz archived-supermemory-16f90be012cf57fd954db6f1886145cc5b47d0c4.zip | |
fix warning for formatting thing
| -rw-r--r-- | apps/extension/src/components/ui/button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extension/src/components/ui/button.tsx b/apps/extension/src/components/ui/button.tsx index cc2450af..9c36db31 100644 --- a/apps/extension/src/components/ui/button.tsx +++ b/apps/extension/src/components/ui/button.tsx @@ -55,4 +55,4 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>( ); Button.displayName = "Button"; -export { Button, buttonVariants }; +export { Button}; |