Fix/user apps refactor
This commit is contained in:
parent
25a82b08c8
commit
c8da0322e3
19 changed files with 281 additions and 499 deletions
2
src/modules/apps/components/index.ts
Normal file
2
src/modules/apps/components/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { GeneralTab } from './GeneralTab';
|
||||
export { AdvancedTab } from './AdvancedTab';
|
||||
Reference in a new issue