import styled from 'styled-components'; export const SessionWrapper = styled.div` height: 100%; width: 100%; .desktop-layout { } .tablet-layout { } .mobile-layout { } `;