fix build fail

This commit is contained in:
Dhravya 2024-04-13 12:00:11 -07:00
parent 5a04bbe437
commit dac1f59ac6

View file

@ -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>,