import { classNames } from '@standardnotes/utils' import { ReactNode } from 'react' type Props = { className?: string children: ReactNode } const MobileModalHeader = ({ className, children }: Props) => { return (