Added pdf info storage
This commit is contained in:
parent
32ab2bdc8c
commit
1de668d7a7
1 changed files with 10 additions and 0 deletions
10
src/stores/pdfinfo.ts
Normal file
10
src/stores/pdfinfo.ts
Normal file
|
|
@ -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('')
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue