mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
feat(design-system): convert roles to monorepo and stories, add legacy rpc package
This commit is contained in:
parent
d0afb1488e
commit
4a4015f765
9 changed files with 417 additions and 75 deletions
10
hack/fixtures/BUILD.bazel
Normal file
10
hack/fixtures/BUILD.bazel
Normal file
|
@ -0,0 +1,10 @@
|
|||
load("//:hack/react.bzl", "react_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
react_library(
|
||||
name = "fixtures",
|
||||
deps = [
|
||||
"@roleypoly/rpc",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue