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:
parent
f118430afe
commit
8a8b718e53
5 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ import UiEventsExample from './examples/UiEventsExample'
|
|||
import UserPresenceExample from './examples/UserPresenceExample'
|
||||
import ZonesExample from './examples/ZonesExample'
|
||||
import EndToEnd from './examples/end-to-end/end-to-end'
|
||||
import OnlyEditorExample from './examples/only-editor/OnlyEditor'
|
||||
import YjsExample from './examples/yjs/YjsExample'
|
||||
import OnlyEditorExample from './only-editor/OnlyEditor'
|
||||
|
||||
// This example is only used for end to end tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue