chore(tooling): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 0a11840922
commit 85dea35b26
10 changed files with 475 additions and 88 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ export default withConfig({
name: 'VueFlowControls',
},
},
plugins: [svgLoader()],
plugins: [svgLoader() as any],
})