Skip to content

Commit

Permalink
Merge pull request #25746 from software-mansion-labs/ts-migration/NAV…
Browse files Browse the repository at this point in the history
…IGATORS

[TS migration] Migrate 'NAVIGATORS.js' constant to TypeScript
  • Loading branch information
youssef-lr committed Aug 23, 2023
2 parents 5d1d5f1 + 212714a commit 15d1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NAVIGATORS.js → src/NAVIGATORS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export default {
CENTRAL_PANE_NAVIGATOR: 'CentralPaneNavigator',
RIGHT_MODAL_NAVIGATOR: 'RightModalNavigator',
FULL_SCREEN_NAVIGATOR: 'FullScreenNavigator',
};
} as const;

0 comments on commit 15d1511

Please sign in to comment.