9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
import ClusterView from "@enterprise/components/cluster/clusterView";
|
|
|
|
export default function ClusterPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<ClusterView />
|
|
</div>
|
|
);
|
|
} |