implement fetching apps from BE

impl install modal
This commit is contained in:
Davor 2022-07-27 22:39:40 +02:00
parent a3adcfc3da
commit 5b728d35d7
24 changed files with 649 additions and 163 deletions

View file

@ -1,2 +1,3 @@
export { GeneralTab } from './GeneralTab';
export { AdvancedTab } from './AdvancedTab';
export { AppInstallModal } from './AppInstallModal';