group creation form

This commit is contained in:
2458773093
2019-07-17 21:22:19 +03:00
parent 62b1707a85
commit ea1378ada7
7 changed files with 239 additions and 52 deletions

View File

@@ -42,6 +42,10 @@ export function GroupRemovedAccounts () {
return import(/* webpackChunkName: "features/groups/timeline" */'../../groups/removed_accounts');
}
export function GroupCreate () {
return import(/* webpackChunkName: "features/groups/timeline" */'../../groups/create');
}
export function Groups () {
return import(/* webpackChunkName: "features/groups/index" */'../../groups/index');
}