From 71d6a4f80ae242e3dd823757b0a7f82e279dc421 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 17 Oct 2024 14:06:00 +0200 Subject: [PATCH] Linter --- packages/voila/src/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/voila/src/app.ts b/packages/voila/src/app.ts index dfe79f85f..2154990ba 100644 --- a/packages/voila/src/app.ts +++ b/packages/voila/src/app.ts @@ -16,7 +16,6 @@ import { IShell, VoilaShell } from './shell'; // to not pollute the shared packages with widgets related things import { type VoilaWidgetManager } from '@voila-dashboards/widgets-manager8/lib/manager'; - const PACKAGE = require('../package.json'); /**