mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: remove leftover BUILD.bazel files
This commit is contained in:
parent
6708f5c6fc
commit
9c07ff0e54
2 changed files with 0 additions and 21 deletions
|
@ -1,11 +0,0 @@
|
|||
load("//hack/bazel/js:react.bzl", "react_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
react_library(
|
||||
name = "horizontal-switch",
|
||||
deps = [
|
||||
"//src/design-system/atoms/colors",
|
||||
"//src/design-system/atoms/timings",
|
||||
],
|
||||
)
|
|
@ -1,10 +0,0 @@
|
|||
load("//hack/bazel/js:react.bzl", "react_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
react_library(
|
||||
name = "help-page-base",
|
||||
deps = [
|
||||
"//src/design-system/atoms/colors",
|
||||
],
|
||||
)
|
Loading…
Add table
Reference in a new issue