aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/components
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-13 12:00:11 -0700
committerDhravya <[email protected]>2024-04-13 12:00:11 -0700
commitdac1f59ac6322fc943b82a1adbefc77e0074cb63 (patch)
treeb270707dd33b7b79a623f0eaac31fb43de9017d0 /apps/web/src/components
parentMerge branch 'main' of https://github.com/Dhravya/supermemory (diff)
downloadsupermemory-dac1f59ac6322fc943b82a1adbefc77e0074cb63.tar.xz
supermemory-dac1f59ac6322fc943b82a1adbefc77e0074cb63.zip
fix build fail
Diffstat (limited to 'apps/web/src/components')
-rw-r--r--apps/web/src/components/ui/command.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/src/components/ui/command.tsx b/apps/web/src/components/ui/command.tsx
index 5fd64a6c..afc2cf46 100644
--- a/apps/web/src/components/ui/command.tsx
+++ b/apps/web/src/components/ui/command.tsx
@@ -7,7 +7,6 @@ import { Loader, Search } from "lucide-react";
import { cn } from "@/lib/utils";
import { Dialog, DialogContent } from "@/components/ui/dialog";
-import { isSea } from "node:sea";
const Command = React.forwardRef<
React.ElementRef<typeof CommandPrimitive>,