some cleanup work
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
|
||||
|
||||
export default function handler(req, res) {
|
||||
res.status(200).json({ name: 'John Doe' })
|
||||
}
|
@ -26,7 +26,7 @@ export default function Home() {
|
||||
<Matrix height={"100%"} width={"100vw"} />
|
||||
<Herotitle text={"[Project-Name-Here]"}></Herotitle>
|
||||
</div>
|
||||
<div>
|
||||
{/*<div>
|
||||
<center>
|
||||
<TypeAnimation
|
||||
sequence={[
|
||||
@ -43,7 +43,7 @@ export default function Home() {
|
||||
className="typeHeader"
|
||||
/>
|
||||
</center>
|
||||
</div>
|
||||
</div>*/}
|
||||
</main>
|
||||
</div>
|
||||
)
|
||||
|
Reference in New Issue
Block a user