fix(routes): mismatched SimpleLineIcons dynamic import

This commit is contained in:
xidedix 2018-05-23 12:41:44 +02:00
parent 227552f1d1
commit 6c9ead5e77

View File

@ -138,7 +138,7 @@ const FontAwesome = Loadable({
});
const SimpleLineIcons = Loadable({
loader: () => import('./views/Icons/FontAwesome'),
loader: () => import('./views/Icons/SimpleLineIcons'),
loading: Loading,
});