mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05:00
6 lines
122 B
Text
6 lines
122 B
Text
load("//ts:mathjax.bzl", "copy_mathjax")
|
|
|
|
copy_mathjax(
|
|
name = "mathjax",
|
|
visibility = ["//visibility:public"],
|
|
)
|