From 9abc06d33588ff737d32caa6414232559f4a3311 Mon Sep 17 00:00:00 2001 From: secustor Date: Tue, 9 Dec 2025 15:36:51 +0100 Subject: [PATCH] fix:linting issue Signed-off-by: secustor --- plugins/devtools/src/alpha/plugin.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/devtools/src/alpha/plugin.tsx b/plugins/devtools/src/alpha/plugin.tsx index 6f4bfeed89..9a1b4b0af0 100644 --- a/plugins/devtools/src/alpha/plugin.tsx +++ b/plugins/devtools/src/alpha/plugin.tsx @@ -68,9 +68,9 @@ export const devToolsPage = PageBlueprint.makeWithOverrides({ title: content.get(coreExtensionData.title), children: content.get(coreExtensionData.reactElement), })); - return import('../components/DevToolsPage').then(m => + return import('../components/DevToolsPage').then(m => ( - ); + )); }, }); },