Update page.tsx

This commit is contained in:
MacRimi 2025-02-19 00:19:42 +01:00 committed by GitHub
parent a7f2125713
commit afb54cfb5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import Hero from "@/components/hero"
import Resources from "@/components/resources"
import SupportProject from "@/components/support-project"
import Footer from "@/components/footer"
export default function Home() {
@ -10,7 +10,6 @@ export default function Home() {
<Hero />
<Resources />
<SupportProject />
<Footer />
</div>
)
}