Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Feb 19, 2024
1 parent 5c4ea92 commit cc16879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc16879

Please sign in to comment.