5b1fcccf33
* First attempt at adding a directory for icons under //ts * Fix image import * Fix import order * Add cloze button group * Fix issue with toolbar.toolbar dynamically slottable * Change tooltip for repeating cloze deletion * Fix repeat cloze button not working on macOS (dae)
10 lines
180 B
Python
10 lines
180 B
Python
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
|
|
|
|
js_library(
|
|
name = "icons",
|
|
srcs = glob([
|
|
"*.svg",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|