mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 00:59:09 +00:00
10 lines
180 B
Text
10 lines
180 B
Text
load("//hack/bazel/js:react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "fonts",
|
|
deps = [
|
|
"next",
|
|
],
|
|
)
|