Skip to content

Commit e6cf063

Browse files
committed
Update index.ts
1 parent 51237c8 commit e6cf063

File tree

1 file changed

+1
-2
lines changed
  • packages/manager/src/routes/accountSettings

1 file changed

+1
-2
lines changed

packages/manager/src/routes/accountSettings/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ export const accountSettingsRouteTree = accountSettingsRoute.addChildren([
4141
accountSettingsCatchAllRoute,
4242
]);
4343

44-
// This supports redirecting from /settings, which was initially used to redirect to /account/settings,
45-
// and has now been changed to /account-settings.
44+
// This supports redirecting from /settings to /account-settings(which renamed from 'settings' to 'account-settings' ).
4645
export const settingsRouteTree = createRoute({
4746
getParentRoute: () => rootRoute,
4847
path: 'settings',

0 commit comments

Comments
 (0)