interface MainViewProps { // add props here } function MainView(props: MainViewProps) { return (

MainView

) } export default MainView;