import { Props } from "./Props"; export const MenuSmall = (props: Props) => { return ( ); };