Auto ImportsAuto import is also one of Nuxt's core concepts. LayoutNuxt provides features that enable the reuse of UI patterns. Layouts are implemented in the ~/layouts directory and applied using NuxtLayout in app.vue. Each page can specify a layout by using definePageMeta. Edit this page