mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 12:18:09 +00:00
Fix path to component library in shadcn sidebar
Some checks are pending
Some checks are pending
This commit is contained in:
parent
078753df30
commit
b1c5c5bcc9
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue