diff options
| author | Dhravya <[email protected]> | 2024-04-13 12:00:11 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-13 12:00:11 -0700 |
| commit | dac1f59ac6322fc943b82a1adbefc77e0074cb63 (patch) | |
| tree | b270707dd33b7b79a623f0eaac31fb43de9017d0 /apps/web/src/components | |
| parent | Merge branch 'main' of https://github.com/Dhravya/supermemory (diff) | |
| download | supermemory-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.tsx | 1 |
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>, |