Skip to content

Commit 8d9ce68

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent 4eae41e commit 8d9ce68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/markdownToState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {convertFromRaw} from 'draft-js'
2-
import _ from 'lodash';
2+
import _ from 'lodash'
33
const Remarkable = require('remarkable')
44

55
// Block level items, key is Remarkable's key for them, value returned is

0 commit comments

Comments
 (0)