refactor(nuxt)!: move #app/components/layout -> #app/components/nuxt-layout

resolves https://github.com/nuxt/nuxt/issues/25333
This commit is contained in:
Daniel Roe 2024-06-21 10:28:23 +01:00
parent e374474df3
commit 209e81b60d
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -1,2 +0,0 @@
// TODO: remove in 4.x
export { default } from './nuxt-layout'