Added store
This commit is contained in:
parent
b77686beac
commit
2b925a537d
1 changed files with 4 additions and 0 deletions
4
src/stores/employee.ts
Normal file
4
src/stores/employee.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { atom } from 'nanostores'
|
||||
|
||||
export const _employeeId = atom(0)
|
||||
export const _employeeName = atom('')
|
||||
Loading…
Add table
Add a link
Reference in a new issue