1
0
Fork 0

wip(lab): Working on layout feature

This commit is contained in:
Joost De Cock 2022-02-25 08:30:03 +01:00
parent 9541fea78c
commit dd5599c5d6
9 changed files with 144 additions and 7 deletions

View file

@ -48,6 +48,7 @@ const PrintLayout = props => {
<Draft
draft={draft}
gist={props.gist}
updateGist={props.updateGist}
patternProps={patternProps}
bgProps={bgProps}
/>