From cc16879fa525e12cc6965a6348435ea71a588982 Mon Sep 17 00:00:00 2001 From: volterra79 Date: Mon, 19 Feb 2024 17:29:54 +0100 Subject: [PATCH] Clean code --- src/store/plugins.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/plugins.js b/src/store/plugins.js index d2d94537b..677c8381b 100644 --- a/src/store/plugins.js +++ b/src/store/plugins.js @@ -3,11 +3,11 @@ * @since v3.6 */ -import ProjectsRegistry from 'store/projects'; +import ProjectsRegistry from 'store/projects'; import ApplicationService from 'services/application'; const { base, inherit } = require('utils'); -const G3WObject = require('core/g3wobject'); +const G3WObject = require('core/g3wobject'); /** * 'law' project configuration on project is handle as plugin