diff --git a/src/stores/pdfinfo.ts b/src/stores/pdfinfo.ts new file mode 100644 index 0000000..2b818bd --- /dev/null +++ b/src/stores/pdfinfo.ts @@ -0,0 +1,10 @@ +import { atom } from 'nanostores' + +export const _optn = atom('') +export const _applicationNo = atom('') +export const _date = atom('') +export const _name = atom('') +export const _location = atom('') +export const _type = atom('') +export const _code = atom('') +