Fix path to component library in shadcn sidebar

This commit is contained in:
sabaimran
2024-12-20 15:48:57 -08:00
parent 078753df30
commit b1c5c5bcc9

View File

@@ -5,8 +5,8 @@ import { Slot } from "@radix-ui/react-slot";
import { VariantProps, cva } from "class-variance-authority";
import { PanelLeft } from "lucide-react";
import { useIsMobile } from "@/components/hooks/use-mobile";
import { cn } from "@/components/lib/utils";
import { useIsMobile } from "@/hooks/use-mobile";
import { cn } from "@/lib/utils";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Separator } from "@/components/ui/separator";