This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dashboard/src/modules/apps/components/index.ts
Davor 5b728d35d7 implement fetching apps from BE
impl install modal
2022-07-27 22:39:40 +02:00

3 lines
141 B
TypeScript

export { GeneralTab } from './GeneralTab';
export { AdvancedTab } from './AdvancedTab';
export { AppInstallModal } from './AppInstallModal';