First commit
This commit is contained in:
7
frontend/src/views/auth/index.ts
Normal file
7
frontend/src/views/auth/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Authentication Views
|
||||
* Export all authentication-related views
|
||||
*/
|
||||
|
||||
export { default as LoginView } from './LoginView.vue';
|
||||
export { default as RegisterView } from './RegisterView.vue';
|
||||
Reference in New Issue
Block a user