mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 21:27:12 +01:00
refactor to pages
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default function Home() {
|
||||
return <h1>Home</h1>;
|
||||
export default function HomePage() {
|
||||
return <h1>Home</h1>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user