Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed May 31, 2024
1 parent 76d45fe commit 9bf1685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engine/Register.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { PresentationSystemGroup, defineComponent, defineSystem, useQuery } from '@etherealengine/ecs'
import { ComponentShelfCategoriesState } from '@etherealengine/editor/src/components/element/ElementList'
import { ComponentEditorsState } from '@etherealengine/editor/src/functions/ComponentEditors'
import { ComponentShelfCategoriesState } from '@etherealengine/editor/src/services/ComponentShelfCategoriesState'
import { ComponentEditorsState } from '@etherealengine/editor/src/services/ComponentEditors'

import { getMutableState, useHookstate } from '@etherealengine/hyperflux'
import { useEffect } from 'react'
import { BenchmarkComponentNodeEditor, ProfilingComponentNodeEditor } from './benchmarks/BenchmarkNodeEditors'
Expand Down

0 comments on commit 9bf1685

Please sign in to comment.