Files
wild-web-app/src/components/services/index.ts

5 lines
234 B
TypeScript

export { ServiceStatusBadge } from './ServiceStatusBadge';
export { ServiceLogViewer } from './ServiceLogViewer';
export { ServiceConfigEditor } from './ServiceConfigEditor';
export { ServiceDetailModal } from './ServiceDetailModal';