Removed Test.tsx

This commit is contained in:
sid
2024-10-26 13:42:19 +01:00
parent c172b9f8d1
commit 3f1ec83040
2 changed files with 0 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
import { useEffect, useState } from 'react';
import Header from '../components/custom/header';
import Footer from '../components/custom/footer';
import Test from '../components/scripts/Test';
import MetaMask from '../components/scripts/MetaMask';
export default function Home() {
@@ -66,9 +65,6 @@ export default function Home() {
</div>
<main>
<section className="mb-8">
<Test />
</section>
<section className="mb-8">
<MetaMask />
</section>