add plugins folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import FloatingMenu from '../Utils/FloatingMenu'
|
||||
import FloatingMenu from '../Plugins/FloatingMenu'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import MenuBubble from '../Utils/MenuBubble'
|
||||
import MenuBubble from '../Plugins/MenuBubble'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
export { default as builtInKeymap } from './builtInKeymap'
|
||||
export { default as ComponentView } from './ComponentView'
|
||||
export { default as initNodeViews } from './initNodeViews'
|
||||
export { default as FloatingMenu } from './FloatingMenu'
|
||||
export { default as MenuBubble } from './MenuBubble'
|
||||
export { default as ExtensionManager } from './ExtensionManager'
|
||||
|
||||
Reference in New Issue
Block a user