mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
14 lines
314 B
Text
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",
|
|
],
|
|
)
|