chore: Move editor into codebase (#2930)
This commit is contained in:
11
app/scenes/Document/components/AsyncMultiplayerEditor.ts
Normal file
11
app/scenes/Document/components/AsyncMultiplayerEditor.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from "react";
|
||||
|
||||
const MultiplayerEditor = React.lazy(
|
||||
() =>
|
||||
import(
|
||||
/* webpackChunkName: "multiplayer-editor" */
|
||||
"./MultiplayerEditor"
|
||||
)
|
||||
);
|
||||
|
||||
export default MultiplayerEditor;
|
||||
Reference in New Issue
Block a user