fix import

This commit is contained in:
Yana
2025-02-13 18:55:20 +02:00
parent b943fd4768
commit bc00bdcbc3
@@ -1,5 +1,5 @@
// Types
import type { components } from "@/types/strapi";
import type { components } from "../../../lib/strapi";
// Components
import { Link } from "@/components/muiLink";