first commit
This commit is contained in:
9
ui/app/workspace/cluster/page.tsx
Normal file
9
ui/app/workspace/cluster/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ClusterView from "@enterprise/components/cluster/clusterView";
|
||||
|
||||
export default function ClusterPage() {
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-7xl">
|
||||
<ClusterView />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user