Update all imports to use @ relative
This commit is contained in:
@@ -5,7 +5,7 @@ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
||||
import { cva } from "class-variance-authority";
|
||||
import { ChevronDownIcon } from "lucide-react";
|
||||
|
||||
import { cn } from "~/editor/lib/utils";
|
||||
import { cn } from "@/editor/lib/utils";
|
||||
|
||||
function NavigationMenu({
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user