Isolate react components from react loaders
This commit is contained in:
parent
03326169c5
commit
3a142fea40
4 changed files with 65 additions and 65 deletions
3
app/javascript/loaders/TypesDeChampEditor.js
Normal file
3
app/javascript/loaders/TypesDeChampEditor.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import Loadable from '../components/Loadable';
|
||||
|
||||
export default Loadable(() => import('../components/TypesDeChampEditor'));
|
Loading…
Add table
Add a link
Reference in a new issue