mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import lazyWithRetry from "~/utils/lazyWithRetry";
|
|
|
|
const MultiplayerEditor = lazyWithRetry(() => import("./MultiplayerEditor"));
|
|
|
|
export default MultiplayerEditor;
|