Rename index.jsx files to match naming pattern

[MAILPOET-2450]
This commit is contained in:
Rostislav Wolny
2019-11-05 10:49:54 +01:00
committed by Jack Kitterhing
parent 776cd01e20
commit 857d0c79ab
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import Editor from './components/editor.jsx';
import initStore from './store/index.jsx';
import initStore from './store/store.jsx';
const appElement = document.querySelector('#mailpoet_form_edit');