LiberTEM/LiberTEM

View on GitHub
client/src/job/components/Selectors.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components';


const Selectors = styled.div`
    display: flex;
    & > * {
        margin-right: 10px;
    }
`;



export default Selectors;