1
0
Fork 0

wip(lab): Pages for all patterns, work on design options

This commit is contained in:
Joost De Cock 2022-01-25 15:34:54 +01:00
parent 24e9cd8980
commit 9917ae6a33
51 changed files with 219 additions and 9 deletions

View file

@ -0,0 +1,4 @@
import pattern from 'pkgs/examples/src/index.js'
import PageTemplate from 'site/page-templates/workbench.js'
export default () => <PageTemplate pattern={pattern} />