forked from emre/www_projectmycelium_com
refactor: remove unused text component imports
- Removed unused H2 import from HomeAurora.tsx - Removed unused SectionHeader import from StackSection.tsx - Cleaned up import statements to only include components being used
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { H1, H2, H5 } from "@/components/Texts"
|
import { H1, H5 } from "@/components/Texts"
|
||||||
import { Button } from "@/components/Button"
|
import { Button } from "@/components/Button"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { motion } from "framer-motion";
|
import { motion } from "framer-motion";
|
||||||
import { StackedCubesLight } from "@/components/ui/StackedCubesLight";
|
import { StackedCubesLight } from "@/components/ui/StackedCubesLight";
|
||||||
import { P, SectionHeader, Eyebrow, H3 } from "@/components/Texts";
|
import { P, Eyebrow, H3 } from "@/components/Texts";
|
||||||
import { FadeIn } from "@/components/ui/FadeIn";
|
import { FadeIn } from "@/components/ui/FadeIn";
|
||||||
|
|
||||||
export function StackSectionLight() {
|
export function StackSectionLight() {
|
||||||
|
|||||||
Reference in New Issue
Block a user