Fixed skeleton utils import

This commit is contained in:
Alois 2026-03-15 14:54:06 +01:00
commit 4613f1585b

View file

@ -1,4 +1,4 @@
import { cn } from "@/lib/utils"; import { cn } from "../lib/utils";
function Skeleton({ className, ...props }: React.ComponentProps<"div">) { function Skeleton({ className, ...props }: React.ComponentProps<"div">) {
return ( return (