aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/pages/Runbooks.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/pages/Runbooks.tsx')
-rw-r--r--ui/src/pages/Runbooks.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/src/pages/Runbooks.tsx b/ui/src/pages/Runbooks.tsx
new file mode 100644
index 00000000..71887310
--- /dev/null
+++ b/ui/src/pages/Runbooks.tsx
@@ -0,0 +1,9 @@
+import Editor from "@/components/runbooks/editor/Editor";
+
+export default function Runbooks() {
+ return (
+ <div className="pl-60 p-4 ">
+ <Editor />
+ </div>
+ );
+}