group edit ui

This commit is contained in:
2458773093
2019-07-17 21:56:06 +03:00
parent db5a85a657
commit 6104e45d18
9 changed files with 206 additions and 2 deletions

View File

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