This commit is contained in:
Iliyan Angelov
2025-11-21 15:01:24 +02:00
parent 4ab7546de0
commit 9a6190e8ef
889 changed files with 1912 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
export { default as ProtectedRoute } from './ProtectedRoute';
export { default as AdminRoute } from './AdminRoute';
export { default as StaffRoute } from './StaffRoute';
export { default as AccountantRoute } from './AccountantRoute';
export { default as CustomerRoute } from './CustomerRoute';