Files
lti-web-client/src/stores/dashboard/index.ts
T
2026-01-18 19:30:54 +07:00

3 lines
112 B
TypeScript

export { useDashboardStore } from './dashboard.store';
export type { DashboardStore } from './dashboard.store';