fixed build errors

This commit is contained in:
Emre
2025-10-28 19:47:55 +03:00
parent 3c9823bf80
commit 6d6cbd115a
7 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
import { cn } from "@/lib/utils";
import createGlobe from "cobe";
import { useEffect, useRef, type ReactNode } from "react";
import { useEffect, useRef } from "react";
import { motion } from "motion/react";
import { IconBrandYoutubeFilled } from "@tabler/icons-react";
import { H2, P } from '@/components/Texts'