-
Notifications
You must be signed in to change notification settings - Fork 27k
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
updated the example of modularize-imports to utilize the App Router #69771
updated the example of modularize-imports to utilize the App Router #69771
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
@Sam-Phillemon9493 This config is no longer relevant as of v13.5 and greater → https://nextjs.org/docs/architecture/nextjs-compiler#modularize-imports Let's just go ahead and remove this example. |
…rize-imports-examples
…hillemon9493/next.js into update-modularize-imports-examples
@samcx Thanks for pointing that out! I’ve removed the outdated example. Let me know if there’s anything else to update! |
This PR updates the modularize-imports example to use the App Router. Here are the changes that have been made:
CC: @samcx