import { Outlet } from "react-router-dom"; function DocsLayout() { return ( <> ); } export default DocsLayout;