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

Commit

Permalink
update editor path
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jul 25, 2024
1 parent 3449f3a commit 2e1b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/benchmarks/BenchmarkNodeEditors.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NodeEditor from '@etherealengine/editor/src/components/properties/NodeEditor'
import { EditorComponentType } from '@etherealengine/editor/src/components/properties/Util'
import NodeEditor from '@etherealengine/ui/src/components/editor/properties/nodeEditor'
import React from 'react'

export const ProfilingComponentNodeEditor: EditorComponentType = (props) => {
Expand Down

0 comments on commit 2e1b807

Please sign in to comment.