1
0
Fork 0

wip: Started working on new development environment

This commit is contained in:
Joost De Cock 2022-01-22 17:55:03 +01:00
parent ace86eaf85
commit 54aefa8437
45 changed files with 1722 additions and 43 deletions

View file

@ -0,0 +1,5 @@
import Template from 'site/page-templates/pattern-list.js'
const Page = props => <Template sections={['utilities']} />
export default Page