1
0
Fork 0

Update packages/freesewing.shared/components/workbench/layout/print/pagesize-picker.js

Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
Joost De Cock 2022-03-13 14:33:20 +01:00 committed by GitHub
parent 9bb6dbe179
commit 9fc3752d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ import PageSizeIcon from 'shared/components/icons/page-size'
import { useTranslation } from 'next-i18next'
import Popout from 'shared/components/popout'
const sizes = ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid']
const PageSizePicker = ({ gist, updateGist }) => {