feat(design-system): convert roles to monorepo and stories, add legacy rpc package

This commit is contained in:
41666 2020-10-10 04:18:23 -04:00
parent d0afb1488e
commit 4a4015f765
9 changed files with 417 additions and 75 deletions

10
hack/fixtures/BUILD.bazel Normal file
View file

@ -0,0 +1,10 @@
load("//:hack/react.bzl", "react_library")
package(default_visibility = ["//visibility:public"])
react_library(
name = "fixtures",
deps = [
"@roleypoly/rpc",
],
)