Re-init DB and scaffold all models
This commit is contained in:
12
web/src/pages/NewUserPage/NewUserPage.js
Normal file
12
web/src/pages/NewUserPage/NewUserPage.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import UsersLayout from 'src/layouts/UsersLayout'
|
||||
import NewUser from 'src/components/NewUser'
|
||||
|
||||
const NewUserPage = () => {
|
||||
return (
|
||||
<UsersLayout>
|
||||
<NewUser />
|
||||
</UsersLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default NewUserPage
|
||||
Reference in New Issue
Block a user