Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
WIP lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 27, 2021
1 parent 6ecadcf commit 498b600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/blocks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint no-console: ["error", { allow: ["error", "warn"] }] */
import { Editor, Transforms, Node } from 'slate'; // Range, RangeRef
import { Editor, Transforms } from 'slate'; // Range, RangeRef
import config from '@plone/volto/registry';
import {
getBlocksFieldname,
Expand Down

0 comments on commit 498b600

Please sign in to comment.