Files
myeasycms-v2/apps/web/app/admin/loading.tsx
giancarlo b65e1dacc7 Refactor authentication handling and update loading components
The authentication handling logic in the middleware.ts file was refactored to improve clarity and control flow. In addition, the loading component, previously located in the main app directory, has been deleted and recreated specifically for admin use. The list of private path prefixes has been updated in the use-auth-change-listener.ts file to reflect these changes.
2024-04-28 21:09:12 +07:00

4 lines
84 B
TypeScript

import { GlobalLoader } from '@kit/ui/global-loader';
export default GlobalLoader;