import styled from 'styled-components'; const SpaceToolbar = styled.div` ${({ theme }) => theme.mixins.toolbar} `; export default SpaceToolbar;