export const MainContent: FC<PropsWithChildren> = ({ children }) => (
  <div className="flex flex-1 flex-col">{children}</div>
);