import React from 'react'; import { Outlet } from 'react-router-dom'; import { OctokitProvider } from 'context/OctokitContext'; import { Sidebar } from 'components/shared/Sidebar'; const OrgSlug = () => { return (
<>
); }; export default OrgSlug;