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