From 8be35b45b1030670910fd732a7112165d39315f9 Mon Sep 17 00:00:00 2001 From: luckylooky2 Date: Thu, 2 May 2024 17:37:12 +0900 Subject: [PATCH] Fix: import pace.js #30 --- public/app/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/index.ts b/public/app/index.ts index 6cbb37df..4ebc3141 100644 --- a/public/app/index.ts +++ b/public/app/index.ts @@ -18,5 +18,6 @@ if (window.nonce) { // This is an indication to the window.onLoad failure check that the app bundle has loaded. window.__grafana_app_bundle_loaded = true; +import './pace'; import app from './app'; app.init();