1 2 3 4 5 6 7 8 9
import Editor from "@/components/runbooks/editor/Editor"; export default function Runbooks() { return ( <div className="pl-60 p-4 "> <Editor /> </div> ); }