Isolate react components from react loaders

This commit is contained in:
Paul Chavard 2019-12-04 16:20:26 +01:00
parent 03326169c5
commit 3a142fea40
4 changed files with 65 additions and 65 deletions

View file

@ -0,0 +1,3 @@
import Loadable from '../components/Loadable';
export default Loadable(() => import('../components/TypesDeChampEditor'));