mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2025-12-14 09:08:43 +01:00
initial setup
This commit is contained in:
parent
6a2bde16e5
commit
6792dabecb
27 changed files with 4436 additions and 0 deletions
9
pages/what.js
Normal file
9
pages/what.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Layout from "../components/Layout";
|
||||
|
||||
export default function What() {
|
||||
return (
|
||||
<Layout>
|
||||
<div>hello</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue