- Moved `app.config.ts` to the `app` directory - Migrated `.vue` files and other assets to the `app` directory - Updated import paths to reflect the new file locations
Implements automatic token removal and redirection to login upon 401 error status, improving user experience and security.