Skip to content

Commit

Permalink
[TS migration] Migrate 'NAVIGATORS.js' constant to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Aug 23, 2023
1 parent 4f412db commit 212714a
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 212714a

Please sign in to comment.