first working version

This commit is contained in:
Thomas Ruoff
2020-11-28 00:28:38 +01:00
parent 8762aef219
commit a17153759e
22 changed files with 1592 additions and 214 deletions

8
pages/debug.js Normal file
View File

@@ -0,0 +1,8 @@
import React from "react";
import Home from "./index";
const HomeDebug = () => {
return <Home debug={true} />;
};
export default HomeDebug;