Move example into examples folder (#2064)

This PR moves an example into the examples folder.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]
This commit is contained in:
Steve Ruiz 2023-10-11 10:54:26 +01:00 committed by GitHub
parent f118430afe
commit 8a8b718e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 1 deletions

View file

@ -35,8 +35,8 @@ import UiEventsExample from './examples/UiEventsExample'
import UserPresenceExample from './examples/UserPresenceExample' import UserPresenceExample from './examples/UserPresenceExample'
import ZonesExample from './examples/ZonesExample' import ZonesExample from './examples/ZonesExample'
import EndToEnd from './examples/end-to-end/end-to-end' import EndToEnd from './examples/end-to-end/end-to-end'
import OnlyEditorExample from './examples/only-editor/OnlyEditor'
import YjsExample from './examples/yjs/YjsExample' import YjsExample from './examples/yjs/YjsExample'
import OnlyEditorExample from './only-editor/OnlyEditor'
// This example is only used for end to end tests // This example is only used for end to end tests