In every component or page we create we end up having tons of import "components/component/SomeComponent.vue"
states for basic elements like regions, layouts, grids & columns. Is there a way in nuxt to define those components globally so they are known in subcomponents? Something like import "components/frame/Frame.vue"
that contains the imports for regions, layouts, grids & columns.