Skip to content

Commit

Permalink
TASK: Resolve linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Jan 5, 2024
1 parent e248750 commit 411d555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {PureComponent} from 'react';
import PropTypes from 'prop-types';
import {connect} from 'react-redux';
import {$transform, $get, $contains} from 'plow-js';
import {$transform, $get} from 'plow-js';

import {isEqualSet} from '@neos-project/utils-helpers';
import {neos} from '@neos-project/neos-ui-decorators';
Expand Down

0 comments on commit 411d555

Please sign in to comment.