import React from 'react'; export const AppNavSubMenu: React.FC = (props) => { const { children, ...otherProps } = props; return ( ); };