9 lines
230 B
TypeScript
9 lines
230 B
TypeScript
import AlertChannelsView from "@enterprise/components/alert-channels/alertChannelsView";
|
|
|
|
export default function AlertChannelsPage() {
|
|
return (
|
|
<div className="mx-auto w-full max-w-7xl">
|
|
<AlertChannelsView />
|
|
</div>
|
|
);
|
|
} |