initial setup

This commit is contained in:
Maggie Appleton 2021-09-05 15:37:21 +01:00
parent 6a2bde16e5
commit 6792dabecb
27 changed files with 4436 additions and 0 deletions

9
pages/theory.js Normal file
View file

@ -0,0 +1,9 @@
import Layout from "../components/Layout";
export default function Theory() {
return (
<Layout>
<div>hello</div>
</Layout>
);
}