first commit
This commit is contained in:
6
ui/app/workspace/alert-channels/layout.tsx
Normal file
6
ui/app/workspace/alert-channels/layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import AlertChannelsPage from "./page";
|
||||
|
||||
export const Route = createFileRoute("/workspace/alert-channels")({
|
||||
component: AlertChannelsPage,
|
||||
});
|
||||
Reference in New Issue
Block a user