chore: add react & styled-components to react macro, as most are implied.

This commit is contained in:
41666 2020-10-24 21:46:48 -04:00
parent ba558ecf91
commit e61f827645
42 changed files with 21 additions and 154 deletions

View file

@ -5,9 +5,7 @@ package(default_visibility = ["//visibility:public"])
react_library(
name = "typography",
deps = [
"styled-components",
"//src/design-system/atoms/colors",
"//src/design-system/atoms/timings",
"@types/styled-components",
],
)