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

5
context/app.js Normal file
View File

@@ -0,0 +1,5 @@
import React from "react";
const AppContext = React.createContext();
export default AppContext;