Added store

This commit is contained in:
Patrick Alvin Alcala 2025-10-06 15:59:45 +08:00
parent b77686beac
commit 2b925a537d

4
src/stores/employee.ts Normal file
View file

@ -0,0 +1,4 @@
import { atom } from 'nanostores'
export const _employeeId = atom(0)
export const _employeeName = atom('')