Skip to content

Commit

Permalink
Merge pull request #5 from petitchevalroux/eslint-import-first
Browse files Browse the repository at this point in the history
Avoid eslint import/first error
  • Loading branch information
LoicMahieu authored Jun 14, 2018
2 parents 819c9a4 + cc4a783 commit 0f79e02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ import {
} from 'admin-on-rest/mui'

import tinymce from 'tinymce/tinymce'
// react-tinymce use global ref
window.tinymce = tinymce

import 'tinymce/themes/modern/theme'
import 'tinymce/skins/lightgray/skin.min.css'

import TinyMCEInput from 'aor-tinymce-input'

// react-tinymce use global ref
window.tinymce = tinymce

export const PostEdit = (props) => (
<Edit>
<TextInput source="title" />
Expand Down

0 comments on commit 0f79e02

Please sign in to comment.