import React from 'react' import { EntityUUID } from '@xrengine/common/src/interfaces/EntityUUID' import { getComponent } from '@xrengine/engine/src/ecs/functions/ComponentFunctions' import { UUIDComponent } from '@xrengine/engine/src/scene/components/UUIDComponent' import { dispatchAction } from '@xrengine/hyperflux' import LockIcon from '@mui/icons-material/Lock' import UnlockIcon from '@mui/icons-material/LockOpen' import TuneIcon from '@mui/icons-material/Tune' import { EditorAction, useEditorState } from '../../services/EditorServices' import { useSelectionState } from '../../services/SelectionServices' import { PanelDragContainer, PanelIcon, PanelTitle } from '../layout/Panel' import styles from '../styles.module.scss' export const PropertiesPanelTitle = () => { const selectionState = useSelectionState() const editorState = useEditorState() return (