playing around initial framework

This commit is contained in:
talksik
2021-05-26 19:50:45 +04:00
parent 113ed4fa55
commit 1639a14b52
6 changed files with 75 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function Home() {
return <div>aasdfas</div>;
}