Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | import eanLabel from './ean'; import conferenceVolumeLabel from './conferenceVolume'; import { cableCutLabel, cableCutLabelKardex } from './cableCut'; import baptismLabel from './baptism'; import lotLabel from './lot'; import consolidationLabel from './consolidation'; import addressLabel from './address'; import preConferenceDocumentLabel from './preConferenceDocument'; import preConferenceProductLabel from './preConferenceProduct'; import volumeCheckListLabel from './volumeCheckList'; import customerProductLabel from './customerProduct'; import serialLabel from './serial'; import resupplyWaveLabel from './resupplyWave'; import fractionalPackaging from './fractionalPackaging'; import serialGroupLabel from './serialGroup'; // custom import valeLabel from './customLabels/vale'; // custom export default { eanLabel, conferenceVolumeLabel, cableCutLabel, cableCutLabelKardex, baptismLabel, lotLabel, consolidationLabel, addressLabel, valeLabel, preConferenceDocumentLabel, preConferenceProductLabel, volumeCheckListLabel, customerProductLabel, serialLabel, resupplyWaveLabel, fractionalPackaging, serialGroupLabel, }; |