Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit ea83086

Browse files
committed
remove unnecessary EditorState var
1 parent e72ad25 commit ea83086

File tree

1 file changed

+1
-1
lines changed
  • packages/inline-style-toggle/src

1 file changed

+1
-1
lines changed

packages/inline-style-toggle/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @flow
22

33
import { Component } from 'react'
4-
import { EditorState, RichUtils } from 'draft-js'
4+
import { RichUtils } from 'draft-js'
55
import { withPluginContext } from '@djsp/core'
66
import type { PluginProps } from '@djsp/core'
77

0 commit comments

Comments
 (0)