Lazily load trix

This commit is contained in:
Paul Chavard 2020-10-06 17:23:10 +02:00
parent 95eb907090
commit d8852c7dc5
4 changed files with 12 additions and 2 deletions

View file

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