From 07dbacb61f01f377f0aabde7147ee8431c6c3cb6 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 5 Mar 2025 22:05:12 +0200 Subject: [PATCH] fix(build): incorrect import --- src/public/app/services/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/app/services/utils.ts b/src/public/app/services/utils.ts index 40233a425..695739ec8 100644 --- a/src/public/app/services/utils.ts +++ b/src/public/app/services/utils.ts @@ -2,7 +2,6 @@ import dayjs from "dayjs"; import { Modal } from "bootstrap"; import type { ViewScope } from "./link.js"; import appContext from "../components/app_context.js"; -import { setLogLevel } from "mermaid/dist/logger.js"; function reloadFrontendApp(reason?: string) { if (reason) {