forked from emre/www_projectmycelium_com
refactor: remove unused imports across multiple components
- Fixed CloudPros export name from AgentPro to CloudPros - Removed unused H1, H4, and H3Icon imports from HomeAurora - Removed unused H3, P, and Eyebrow imports from NetworkDownload - Changed motion.H3 and motion.P to lowercase motion.h3 and motion.p in NetworkDownload - Removed unused Small import from PodsFeatures - Removed unused IconClockHour5 import from PodsHow
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { H1, H4, H3, H5, Eyebrow } from "@/components/Texts"
|
||||
import { H3, H5, Eyebrow } from "@/components/Texts"
|
||||
import { Button } from "@/components/Button"
|
||||
import { H3Icon } from "@heroicons/react/20/solid"
|
||||
|
||||
export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => void }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user