diff --git a/src/editors/RegisterBubbleEditor.ts b/src/editors/RegisterBubbleEditor.ts index c26d318..aec51bf 100644 --- a/src/editors/RegisterBubbleEditor.ts +++ b/src/editors/RegisterBubbleEditor.ts @@ -1,8 +1,8 @@ -import { ComponentShelfCategoriesState } from '@etherealengine/editor/src/components/element/ElementList' -import { ComponentEditorsState } from '@etherealengine/editor/src/functions/ComponentEditors' +import { ComponentEditorsState } from '@etherealengine/editor/src/services/ComponentEditors' +import { ComponentShelfCategoriesState } from '@etherealengine/editor/src/services/ComponentShelfCategoriesState' +import { getMutableState } from '@etherealengine/hyperflux' import { BubbleEmitterComponent } from '../components/BubbleEmitterComponent' import { BubbleNodeEditor } from './BubbleComponentNodeEditor' -import { getMutableState } from '@etherealengine/hyperflux' getMutableState(ComponentEditorsState).merge({ [BubbleEmitterComponent.name]: BubbleNodeEditor }) getMutableState(ComponentShelfCategoriesState).Misc.merge([BubbleEmitterComponent])