7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
/**
|
|
* 🛒 Store Exports
|
|
*/
|
|
|
|
export { useAuthStore, useAuth } from './auth.store';
|
|
export { useTasksStore, useTasks } from './tasks.store';
|