Load chartkick and highcharts only on stat pages

This commit is contained in:
Paul Chavard 2020-02-20 19:01:23 +01:00
parent 655e8bc849
commit d8eb3ebb94
8 changed files with 29 additions and 18 deletions

View file

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