aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-10 15:47:57 -0700
committerDhravya <[email protected]>2024-04-10 15:47:57 -0700
commit16f90be012cf57fd954db6f1886145cc5b47d0c4 (patch)
tree738e5a0bd9aaf01320edda83db3f95dfc8646537 /apps
parenttest (diff)
downloadarchived-supermemory-16f90be012cf57fd954db6f1886145cc5b47d0c4.tar.xz
archived-supermemory-16f90be012cf57fd954db6f1886145cc5b47d0c4.zip
fix warning for formatting thing
Diffstat (limited to 'apps')
-rw-r--r--apps/extension/src/components/ui/button.tsx2
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};