This commit is contained in:
2025-09-17 15:19:26 +02:00
parent c3481f3221
commit dadf92559c
2 changed files with 2 additions and 2 deletions

View File

@@ -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 (

View File

@@ -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() {