Skip to content

Commit

Permalink
Use local import
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 11, 2024
1 parent 27f0100 commit 9f64dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ui/components/radio-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { forwardRef } from "react";
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
import { Circle } from "lucide-react";

import { cn } from "@/common/ui/utils";
import { cn } from "../utils";

export const RadioGroup = forwardRef<
React.ElementRef<typeof RadioGroupPrimitive.Root>,
Expand Down

0 comments on commit 9f64dbd

Please sign in to comment.