First swing.
This commit is contained in:
11
src/router/pages/ClusterPage.tsx
Normal file
11
src/router/pages/ClusterPage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ErrorBoundary } from '../../components';
|
||||
import { ClusterServicesComponent } from '../../components/ClusterServicesComponent';
|
||||
|
||||
export function ClusterPage() {
|
||||
// Note: onComplete callback removed as phase management will be handled differently with routing
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
<ClusterServicesComponent />
|
||||
</ErrorBoundary>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user