Skip to content

Commit

Permalink
Organise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinmp committed Feb 15, 2023
1 parent 96a190f commit 5cf3d57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { Button } from 'react-bootstrap';
import QueryBuilder, { QueryBuilderProps } from 'react-querybuilder';
import 'react-querybuilder/dist/query-builder.scss';
import CustomSelector from './CustomSelector';
import { CustomValueEditor } from './CustomValueEditor';
import DeleteAction from './DeleteAction';
import './styles.css';
import { getClasses } from './utils/config';
import { CustomValueEditor } from './CustomValueEditor';

const ReactQueryBuilder: FC<QueryBuilderProps> = (props) => {
return (
Expand Down

0 comments on commit 5cf3d57

Please sign in to comment.