chore: restructure bazel macros

This commit is contained in:
41666 2020-10-15 00:51:53 -04:00
parent a33aa3841c
commit a0b4392b05
54 changed files with 80 additions and 56 deletions

View file

@ -1,4 +1,4 @@
load("//:hack/react.bzl", "react_library")
load("//hack/bazel/js:react.bzl", "react_library")
package(default_visibility = ["//visibility:public"])