Error 500 useStrapi is not defined Nuxt 3

Problem with Strapi 4 Nuxt 3, can’t find useStrapi

If it helps, I also get this exact error when disabling Nuxt’s auto-imports (because I want to explicitly import everything in my entire app). When setting to “false”, in browser I get “500 useStrapi is not defined”.

export default defineNuxtConfig({
      imports: {
        autoImport: false
      }
})