import { Component, type ReactElement } from 'react'; import SupportFerdium from '../../components/settings/supportFerdium/SupportFerdiumDashboard'; import ErrorBoundary from '../../components/util/ErrorBoundary'; class SupportScreen extends Component { render(): ReactElement { return ( ); } } export default SupportScreen;