const MainComponent = styled.div` display: flex; width: 100%; height: 100%; position: relative; background: #FAFAFA; `; return <MainComponent>Dashboard</MainComponent>;