From bc00bdcbc3c2a0c56292b481c6a60b10d665c522 Mon Sep 17 00:00:00 2001 From: Yana Date: Thu, 13 Feb 2025 18:55:20 +0200 Subject: [PATCH] fix import --- .../src/app/features/footer/components/footer-links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";