fix(routes): mismatched SimpleLineIcons dynamic import
This commit is contained in:
parent
227552f1d1
commit
6c9ead5e77
@ -138,7 +138,7 @@ const FontAwesome = Loadable({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const SimpleLineIcons = Loadable({
|
const SimpleLineIcons = Loadable({
|
||||||
loader: () => import('./views/Icons/FontAwesome'),
|
loader: () => import('./views/Icons/SimpleLineIcons'),
|
||||||
loading: Loading,
|
loading: Loading,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user