refactor(controls): remove auto-imports

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 09a97da116
commit 969869110a
4 changed files with 5 additions and 67 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ export default withConfig({
name: 'VueFlowControls',
},
},
plugins: [svgLoader() as any],
plugins: [svgLoader()],
})