chore: remove console warnings and console logs

This commit is contained in:
Kyle Gill
2019-04-12 17:11:40 -06:00
parent ee6a1a2d2d
commit 9d689b0100
6 changed files with 8 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ import React from "react"
import styled from "@emotion/styled"
import { withTheme } from "emotion-theming"
import { SIZES } from "../../styles/constants"
import Icon from "../Icon"
import { H1 } from "../elements"
import { StyledLink as Link } from "../elements"