Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react"
|
||||
import { cva, type VariantProps } from "class-variance-authority"
|
||||
|
||||
import { cn } from "~/editor/lib/utils"
|
||||
import { cn } from "@/editor/lib/utils"
|
||||
|
||||
function Empty({ className, ...props }: React.ComponentProps<"div">) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user