Example of the auto-imports feature in Nuxt with:
components/ directory are auto-imported and can be used directly in your templates.composables/ directory are auto-imported and can be used directly in your templates and JS/TS files.utils/ directory are auto-imported and can be used directly in your templates and JS/TS files.