feat(auth): expose individual auth page components as a public entry point
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
"./features/auth/client": {
|
||||
"import": "./dist/features/auth/AuthPage.client.js"
|
||||
},
|
||||
"./features/auth/pages": {
|
||||
"import": "./dist/features/auth/pages/index.js"
|
||||
},
|
||||
"./features/admin": {
|
||||
"import": "./dist/features/admin/index.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user