-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Make routes the default export in routes.ts
#12305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Now that we have a
react-router.config.ts
file which follows the more standard JS tooling convention of using the default export for providing config, we want to keeproutes.ts
consistent by also using a default export.