Skip to content

Commit

Permalink
Rename Loadable.js to loadable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla authored and Mac committed Mar 5, 2024
1 parent e970087 commit c33e75d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion app/routeConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import routeConstants from '@utils/routeConstants';
import NotFound from '@app/containers/NotFoundPage/loadable';

Check failure on line 2 in app/routeConfig.js

View workflow job for this annotation

GitHub Actions / Build & Test (21.6.2)

Unable to resolve path to module '@app/containers/NotFoundPage/loadable'
import HomeContainer from '@app/containers/HomeContainer/loadable';
import routeConstants from '@utils/routeConstants';

export const routeConfig = {
repos: {
component: HomeContainer,
Expand Down

0 comments on commit c33e75d

Please sign in to comment.