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 2e1b807 commit c7a953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/PostProcessing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { LocationIcons } from '@etherealengine/client-core/src/components/Locati
import { useQuery } from '@etherealengine/ecs'
import { getComponent, updateComponent } from '@etherealengine/ecs/src/ComponentFunctions'
import { Entity } from '@etherealengine/ecs/src/Entity'
import { PostProcessingSettingsEditor } from '@etherealengine/editor/src/components/properties/PostProcessingSettingsEditor'
import { EditorControlFunctions } from '@etherealengine/editor/src/functions/EditorControlFunctions'
import { SelectionState } from '@etherealengine/editor/src/services/SelectionServices'
import { UUIDComponent } from '@etherealengine/ecs'
import { useSearchParams } from 'react-router-dom'
import { Template } from './utils/template'
import { PostProcessingComponent } from '@etherealengine/spatial/src/renderer/components/PostProcessingComponent'
import PostProcessingSettingsEditor from '@etherealengine/ui/src/components/editor/properties/postProcessing'

export default function PostProcessing() {
const entity = useHookstate<Entity | null>(null)
Expand Down

0 comments on commit c7a953c

Please sign in to comment.