strip out bazel, grpc

This commit is contained in:
41666 2020-11-22 01:03:36 -05:00
parent c8adad6c81
commit 1dd910a5f6
290 changed files with 22037 additions and 32177 deletions

View file

@ -1,8 +1,7 @@
import styled, { css } from 'styled-components';
import { text400, text300 } from 'roleypoly/src/design-system/atoms/typography';
import { fontCSS } from 'roleypoly/src/design-system/atoms/fonts';
import { palette } from 'roleypoly/src/design-system/atoms/colors';
import * as _ from 'styled-components'; // eslint-disable-line no-duplicate-imports
import { text400, text300 } from 'roleypoly/design-system/atoms/typography';
import { fontCSS } from 'roleypoly/design-system/atoms/fonts';
import { palette } from 'roleypoly/design-system/atoms/colors';
export const IconContainer = styled.div`
margin-right: 0.6rem;