feat(design-system): use rpcs

This commit is contained in:
41666 2020-10-10 12:52:26 -04:00
parent f31b32c54a
commit 00dff464df
7 changed files with 14 additions and 10 deletions

View file

@ -5,6 +5,8 @@ package(default_visibility = ["//visibility:public"])
react_library(
name = "fixtures",
deps = [
"@roleypoly/rpc",
"//src/rpc/discord",
"//src/rpc/platform",
"//src/rpc/shared",
],
)