Skip to content

Commit f6f53b4

Browse files
committed
error fix
1 parent 5285671 commit f6f53b4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/about/index.page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import Head from 'next/head';
22
import React from 'react';
3-
import Button from '../../components/Button/Button';
4-
import LinkButton from '../../components/LinkButton/LinkButton';
53

64
export default function AboutPage() {
75
return (
@@ -11,8 +9,6 @@ export default function AboutPage() {
119
</Head>
1210
<main className="flex justify-center items-center min-h-screen">
1311
<h1 className="text-white">About page will be here</h1>
14-
<Button>Join Community</Button>
15-
<LinkButton to="https://test.com">test</LinkButton>
1612
</main>
1713
</>
1814
);

0 commit comments

Comments
 (0)