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

@ -5,6 +5,7 @@ import PrintIcon from 'shared/components/icons/print'
import RightIcon from 'shared/components/icons/right'
const PrintLayoutSettings = props => {
if (!props.draft?.parts?.pages?.pages) return null
const settingsProps = {
gist: props.gist,
updateGist: props.updateGist