Admin: add UserIndex to view a list of registered users

This commit is contained in:
Alex Gleason
2021-07-13 15:16:31 -05:00
parent e14df4139b
commit 80a682f120
8 changed files with 162 additions and 6 deletions

View File

@ -241,3 +241,7 @@ export function CryptoDonate() {
export function ScheduledStatuses() {
return import(/* webpackChunkName: "features/scheduled_statuses" */'../../scheduled_statuses');
}
export function UserIndex() {
return import(/* webpackChunkName: "features/admin/user_index" */'../../admin/user_index');
}