v3/src/design-system/atoms/avatar/BUILD.bazel

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",
],
)