diff --git a/styleguide.config.js b/styleguide.config.js index 370442368f..537e827f2a 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -56,7 +56,7 @@ module.exports = async () => { components: 'src/components/*/*.vue', getComponentPathLine(componentPath) { const name = path.basename(componentPath, '.vue') - return `import ${name} from '@nextcloud/vue/dist/Components/${name}'` + return `import ${name} from '@nextcloud/vue/components/${name}.js'` }, sections: [