import clsx from "clsx"; import React from "react"; import { Header } from "./header"; import { ProjectIdFixBanner } from "./project-id-fix-banner"; import { Sidebar } from "./sidebar"; type Props = React.PropsWithChildren<{}>; export const Layout = ({ children }: Props) => { return (