6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import lazyWithRetry from "~/utils/lazyWithRetry";
|
|
|
|
const MultiplayerEditor = lazyWithRetry(() => import("./MultiplayerEditor"));
|
|
|
|
export default MultiplayerEditor;
|