diff --git a/ts/graphs/BUILD.bazel b/ts/graphs/BUILD.bazel index 84b26bcb7..8911b97ef 100644 --- a/ts/graphs/BUILD.bazel +++ b/ts/graphs/BUILD.bazel @@ -20,6 +20,7 @@ ts_library( "GraphsPage", "lib", "//ts/lib", + "//ts/sveltelib", "@npm//svelte", "@npm//svelte2tsx", ], @@ -32,6 +33,7 @@ ts_library( exclude = ["index.ts"], ), deps = [ + "//ts/sveltelib", "//ts/lib", "//ts/lib:backend_proto", "@npm//@types/d3", @@ -59,6 +61,7 @@ esbuild( output_css = True, visibility = ["//visibility:public"], deps = [ + "//ts/sveltelib", "//ts/lib", "//ts/lib:backend_proto", "//ts/lib:fluent_proto", diff --git a/ts/graphs/WithGraphData.svelte b/ts/graphs/WithGraphData.svelte index bbaac8cd9..8ce026e1d 100644 --- a/ts/graphs/WithGraphData.svelte +++ b/ts/graphs/WithGraphData.svelte @@ -1,6 +1,6 @@