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