playing around initial framework
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default function Home() {
|
||||
return <div>aasdfas</div>;
|
||||
}
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
import Head from 'next/head'
|
||||
import Head from 'next/head';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -205,5 +205,5 @@ export default function Home() {
|
||||
}
|
||||
`}</style>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user