Skip to content

Commit

Permalink
revert file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Nov 21, 2024
1 parent 72c2931 commit b0f9b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/account/routes.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const AddOnsRoute = React.lazy(
() => import(/* webpackPrefetch: true */ './add-ons/addOns.component')
);
export const AccountSettings = React.lazy(
() => import(/* webpackPrefetch: true */ './accountSettings.component')
() => import(/* webpackPrefetch: true */ './accountSettingsRoute')
);
export const DataStorage = React.lazy(
() => import(/* webpackPrefetch: true */ './usage/usageTopTabs')
Expand Down

0 comments on commit b0f9b7b

Please sign in to comment.