Update packages/freesewing.shared/components/workbench/layout/print/pagesize-picker.js
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
parent
9bb6dbe179
commit
9fc3752d8d
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import PageSizeIcon from 'shared/components/icons/page-size'
|
||||||
import { useTranslation } from 'next-i18next'
|
import { useTranslation } from 'next-i18next'
|
||||||
import Popout from 'shared/components/popout'
|
import Popout from 'shared/components/popout'
|
||||||
|
|
||||||
|
|
||||||
const sizes = ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid']
|
const sizes = ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid']
|
||||||
|
|
||||||
const PageSizePicker = ({ gist, updateGist }) => {
|
const PageSizePicker = ({ gist, updateGist }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue