This commit is contained in:
呈祥
2026-01-07 01:11:45 +08:00
parent 4e5a8a1b47
commit 8ab9bcb85b
2 changed files with 1 additions and 2 deletions
Submodule lib/ot.js deleted from e9a3a0e214
+1 -1
View File
@@ -1,8 +1,8 @@
import { useEffect, useLayoutEffect, useRef, useState } from "react";
import "./App.css";
import { Client } from "./ot/client";
import { generateOperations } from "./ot/helpers";
import { getDemoServerInstance } from "./ot/server";
import "./App.css";
function Editor({ name }: { name: string }) {
const clientRef = useRef<Client | null>(null);