mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
13 lines
333 B
Text
13 lines
333 B
Text
load("//hack/bazel/js:react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "picker-category",
|
|
deps = [
|
|
"react-tooltip",
|
|
"//src/design-system/atoms/role",
|
|
"//src/design-system/atoms/typography",
|
|
"//src/design-system/shared-types",
|
|
],
|
|
)
|