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