forked from emre/www_projectmycelium_com
refactor: clean up unused imports and fix component naming
- Removed unused component imports across multiple page files - Fixed component name casing inconsistencies (CalltoAction → CallToAction, NetworkUseCases → NetworkUsecases) - Changed AgentComponents from default to named export - Removed stray character in NetworkPage.tsx
This commit is contained in:
@@ -2,7 +2,7 @@ import createGlobe from "cobe";
|
||||
import { useEffect, useRef } from "react";
|
||||
import { motion } from "motion/react";
|
||||
import { IconBrandYoutubeFilled } from "@tabler/icons-react";
|
||||
import { H2, P, CP, Eyebrow } from '@/components/Texts'
|
||||
import { H2, CP, Eyebrow } from '@/components/Texts'
|
||||
|
||||
|
||||
export function HomeBenefits() {
|
||||
|
||||
Reference in New Issue
Block a user