mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-26 04:19:11 +00:00
14 lines
278 B
Text
14 lines
278 B
Text
load("//:hack/react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "fonts",
|
|
deps = [
|
|
"next",
|
|
"react",
|
|
"styled-components",
|
|
"@types/react",
|
|
"@types/styled-components",
|
|
],
|
|
)
|