From dac1f59ac6322fc943b82a1adbefc77e0074cb63 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sat, 13 Apr 2024 12:00:11 -0700 Subject: [PATCH] fix build fail --- apps/web/src/components/ui/command.tsx | 1 - 1 file changed, 1 deletion(-) 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,