import Layouts from 'vite-plugin-vue-layouts' export default function createLayouts() { return Layouts({ defaultLayout: 'index', }) }