Skip to content

Commit

Permalink
Merge pull request #4 from EtherealEngine/studio-refactor
Browse files Browse the repository at this point in the history
move studio registries to appropriate directory
  • Loading branch information
HexaField authored May 30, 2024
2 parents bfde101 + a529b69 commit a23bd1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/editors/RegisterBubbleEditor.ts
Original file line number Diff line number Diff line change
@@ -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])

0 comments on commit a23bd1a

Please sign in to comment.