mirror of
https://github.com/outline/outline.git
synced 2025-12-29 06:52:44 -06:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import lazyWithRetry from "~/utils/lazyWithRetry";
|
|
|
|
const MultiplayerEditor = lazyWithRetry(() => import("./MultiplayerEditor"));
|
|
|
|
export default MultiplayerEditor;
|