From c4139ac44b4128d3e4a4079ad540b0d66e54d7b0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 10 Feb 2022 23:39:21 +0100 Subject: [PATCH] missing import --- frontend/src/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/js/index.js b/frontend/src/js/index.js index 0e5cd0b35..c985c125d 100644 --- a/frontend/src/js/index.js +++ b/frontend/src/js/index.js @@ -22,6 +22,7 @@ import "./pages/about"; import "./popups/pb-tables-popup"; import "./elements/scroll-to-top"; import "./popups/mobile-test-config-popup"; +import "./popups/edit-tags-popup"; import * as TestStats from "./test/test-stats"; import * as Replay from "./test/replay"; import * as TestTimer from "./test/test-timer";