diff --git a/explorer-nextjs/src/app/features/footer/components/footer-links.tsx b/explorer-nextjs/src/app/features/footer/components/footer-links.tsx index 664afd8501..1d2272cc18 100644 --- a/explorer-nextjs/src/app/features/footer/components/footer-links.tsx +++ b/explorer-nextjs/src/app/features/footer/components/footer-links.tsx @@ -1,5 +1,5 @@ // Types -import type { components } from "@/types/strapi"; +import type { components } from "../../../lib/strapi"; // Components import { Link } from "@/components/muiLink";