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