mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: add react & styled-components to react macro, as most are implied.
This commit is contained in:
parent
ba558ecf91
commit
e61f827645
42 changed files with 21 additions and 154 deletions
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,5 @@ package(default_visibility = ["//visibility:public"])
|
|||
react_library(
|
||||
name = "withContext",
|
||||
deps = [
|
||||
"react",
|
||||
"@types/react",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue