MyLlama / EmployeeApp

2 stars 1 forks source link

Improve the usage of routers in state #23

Open disha1202 opened 10 months ago

disha1202 commented 10 months ago

Currently we are passing router as a prop in state, instead import the route in the state itself. references: https://github.com/MyLlama/EmployeeApp/blob/staging/src/stores/auth.ts#L31-L55