Update all imports to use @ relative
This commit is contained in:
@@ -5,8 +5,8 @@ import {
|
||||
MoreHorizontalIcon,
|
||||
} from "lucide-react"
|
||||
|
||||
import { cn } from "~/editor/lib/utils"
|
||||
import { buttonVariants, type Button } from "~/editor/components/ui/button"
|
||||
import { cn } from "@/editor/lib/utils"
|
||||
import { buttonVariants, type Button } from "@/editor/components/ui/button"
|
||||
|
||||
function Pagination({ className, ...props }: React.ComponentProps<"nav">) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user