mirror of
https://github.com/outline/outline.git
synced 2026-04-27 05:04:38 -05:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import lazyWithRetry from "~/utils/lazyWithRetry";
|
|
|
|
const MultiplayerEditor = lazyWithRetry(() => import("./MultiplayerEditor"));
|
|
|
|
export default MultiplayerEditor;
|