mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
12 lines
246 B
Text
12 lines
246 B
Text
load("//:hack/react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "fixtures",
|
|
deps = [
|
|
"//src/rpc/discord",
|
|
"//src/rpc/platform",
|
|
"//src/rpc/shared",
|
|
],
|
|
)
|