wisatin/src/Constants/ProtectedRoutes.ts
2025-12-06 08:37:34 +07:00

4 lines
50 B
TypeScript

export const protectedRoutes = [
'/account',
];