import React from "react"; import clsx from "clsx"; type Props = { children: React.ReactNode; }; export const InitialLayout = ({ children }: Props) => { return (