Skip to content

Commit

Permalink
old editor
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jul 25, 2024
1 parent a23bd1a commit b8cdc82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/editors/BubbleComponentNodeEditor.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import React from 'react'

import { useComponent } from '@etherealengine/ecs'
import { ColorInput } from '@etherealengine/editor/src/components/inputs/ColorInput'
import InputGroup from '@etherealengine/editor/src/components/inputs/InputGroup'
import NumericInput from '@etherealengine/editor/src/components/inputs/NumericInput'
import Vector3Input from '@etherealengine/editor/src/components/inputs/Vector3Input'
import NodeEditor from '@etherealengine/editor/src/components/properties/NodeEditor'
import {
EditorComponentType,
commitProperty,
updateProperty
} from '@etherealengine/editor/src/components/properties/Util'
import InputGroup from '@etherealengine/ui/src/components/editor/input/Group'
import NumericInput from '@etherealengine/ui/src/components/editor/input/Numeric'
import Vector3Input from '@etherealengine/ui/src/components/editor/input/Vector3'
import NodeEditor from '@etherealengine/ui/src/components/editor/properties/nodeEditor'
import ColorInput from '@etherealengine/ui/src/primitives/tailwind/Color'
import AlbumIcon from '@mui/icons-material/Album'
import { BubbleEmitterComponent } from '../components/BubbleEmitterComponent'

Expand Down

0 comments on commit b8cdc82

Please sign in to comment.