appbaseio/reactivesearch

View on GitHub
packages/web/src/styles/Container.js

Summary

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

const Container = styled.div`
    ${({ theme }) => theme.component};
`;

export default Container;