Skip to content

Commit 6c9ead5

Browse files
committed
fix(routes): mismatched SimpleLineIcons dynamic import
1 parent 227552f commit 6c9ead5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const FontAwesome = Loadable({
138138
});
139139

140140
const SimpleLineIcons = Loadable({
141-
loader: () => import('./views/Icons/FontAwesome'),
141+
loader: () => import('./views/Icons/SimpleLineIcons'),
142142
loading: Loading,
143143
});
144144

0 commit comments

Comments
 (0)