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

@ -7,12 +7,8 @@ react_library(
name = "utils",
deps = [
"chroma-js",
"react",
"styled-components",
"//src/rpc/shared",
"@types/chroma-js",
"@types/react",
"@types/styled-components",
],
)

View file

@ -5,7 +5,5 @@ package(default_visibility = ["//visibility:public"])
react_library(
name = "withContext",
deps = [
"react",
"@types/react",
],
)