import { FC } from 'react' import SideBar from './SideBar' import Header from './Header' const Main: FC = () => { return (