add plugins folder

This commit is contained in:
Philipp Kühn
2018-11-11 23:18:48 +01:00
parent 178abfa8c5
commit 2c2f26a7c6
5 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import FloatingMenu from '../Utils/FloatingMenu' import FloatingMenu from '../Plugins/FloatingMenu'
export default { export default {
props: { props: {

View File

@@ -1,4 +1,4 @@
import MenuBubble from '../Utils/MenuBubble' import MenuBubble from '../Plugins/MenuBubble'
export default { export default {
props: { props: {

View File

@@ -1,6 +1,4 @@
export { default as builtInKeymap } from './builtInKeymap' export { default as builtInKeymap } from './builtInKeymap'
export { default as ComponentView } from './ComponentView' export { default as ComponentView } from './ComponentView'
export { default as initNodeViews } from './initNodeViews' export { default as initNodeViews } from './initNodeViews'
export { default as FloatingMenu } from './FloatingMenu'
export { default as MenuBubble } from './MenuBubble'
export { default as ExtensionManager } from './ExtensionManager' export { default as ExtensionManager } from './ExtensionManager'