villka-lol/imports icon
public
Published on 5/21/2025
Organize Imports

reorganize the imports in the selected code according

Prompts
Organize Imports
Reorganize imports into logical groups
Please reorganize the imports in the selected code according to the following grouping order:
1. External libraries (e.g., react, lodash, axios)
2. Imports from local assets and from @/features/mvp-menu
3. Relative path imports (e.g., ./, ../)
4. CSS or style files

Do not add comments or blank lines between groups. Only reorder the imports as described.