import { QuestionnaireSettings } from './QuestionnaireSettings'; import { UISettings } from './UISettings'; const OtherSettings = (): JSX.Element => { return ( <>
); }; export default OtherSettings;