mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
15 lines
439 B
Text
15 lines
439 B
Text
load("//hack/bazel/js:react.bzl", "react_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
react_library(
|
|
name = "preauth",
|
|
deps = [
|
|
"react-icons",
|
|
"//src/design-system/atoms/button",
|
|
"//src/design-system/atoms/space",
|
|
"//src/design-system/molecules/preauth-greeting",
|
|
"//src/design-system/molecules/preauth-secret-code",
|
|
"//src/design-system/shared-types",
|
|
],
|
|
)
|