Files
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

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>
);
}