9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
import AdaptiveRoutingView from "@enterprise/components/adaptive-routing/adaptiveRoutingView";
|
|
|
|
export default function AdaptiveRoutingPage() {
|
|
return (
|
|
<div className="mx-auto w-full">
|
|
<AdaptiveRoutingView />
|
|
</div>
|
|
);
|
|
} |