development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0837a8313c - Show all commits

View File

@@ -1,4 +1,4 @@
import { H1, H2, H5 } from "@/components/Texts"
import { H1, H5 } from "@/components/Texts"
import { Button } from "@/components/Button"

View File

@@ -2,7 +2,7 @@
import { motion } from "framer-motion";
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";
export function StackSectionLight() {