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]
pull/2066/head
Steve Ruiz 2023-10-11 10:54:26 +01:00 zatwierdzone przez GitHub
rodzic f118430afe
commit 8a8b718e53
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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