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

14 lines
314 B
Text

load("//:hack/react.bzl", "react_library")
package(default_visibility = ["//visibility:public"])
react_library(
name = "halfsies",
deps = [
"react",
"styled-components",
"//src/design-system/atoms/breakpoints",
"@types/react",
"@types/styled-components",
],
)