From dadf92559cc9bb3f329604571e62973893e5b42d Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 17 Sep 2025 15:19:26 +0200 Subject: [PATCH] ok --- src/components/Archives/WorldMap.tsx | 2 +- src/components/WorldMap.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Archives/WorldMap.tsx b/src/components/Archives/WorldMap.tsx index d279f43..41a83a2 100644 --- a/src/components/Archives/WorldMap.tsx +++ b/src/components/Archives/WorldMap.tsx @@ -1,6 +1,6 @@ import { Globe } from "@/components/ui/globe" import { motion } from "framer-motion" -import { H2, H4, CP, CT } from "./Texts" +import { H2, H4, CP, CT } from "@/components/Texts" export function WorldMap() { return ( diff --git a/src/components/WorldMap.tsx b/src/components/WorldMap.tsx index 7759f94..ad201dd 100644 --- a/src/components/WorldMap.tsx +++ b/src/components/WorldMap.tsx @@ -2,7 +2,7 @@ import { Globe } from "@/components/ui/globe" import { motion } from "framer-motion" -import { H2, P, CT, CP } from "./Texts" +import { H2, P, CT, CP } from "@/components/Texts" import { CountUpNumber } from './CountUpNumber' export function WorldMap() {