Skip to content

Commit

Permalink
Merge pull request #5 from EtherealEngine/old-editor
Browse files Browse the repository at this point in the history
old editor
  • Loading branch information
HexaField authored Jul 29, 2024
2 parents a23bd1a + b8cdc82 commit f5c46d2
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 f5c46d2

Please sign in to comment.