import { atom } from 'nanostores' export const _employeeId = atom(0) export const _employeeName = atom('')