Skip to content

Commit

Permalink
fix: imports in accordion.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Oct 9, 2024
1 parent 60c2753 commit 98dd10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as React from "react";
import * as AccordionPrimitive from "@radix-ui/react-accordion";
import { ChevronDown } from "lucide-react";

import { cn } from "//lib/utils";
import { cn } from "../lib/utils";

const Accordion = AccordionPrimitive.Root;

Expand Down

0 comments on commit 98dd10a

Please sign in to comment.