mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
14 lines
315 B
Text
14 lines
315 B
Text
load("//hack/bazel/js:react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "avatar",
|
|
deps = [
|
|
"react",
|
|
"styled-components",
|
|
"//src/design-system/atoms/colors",
|
|
"@types/react",
|
|
"@types/styled-components",
|
|
],
|
|
)
|