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

@ -6,9 +6,5 @@ react_library(
name = "fonts",
deps = [
"next",
"react",
"styled-components",
"@types/react",
"@types/styled-components",
],
)