From 8ab9bcb85bf6b455dfadce299dc1a5ff79a5d6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=88=E7=A5=A5?= Date: Wed, 7 Jan 2026 01:11:45 +0800 Subject: [PATCH] commit --- lib/ot.js | 1 - src/App.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 lib/ot.js diff --git a/lib/ot.js b/lib/ot.js deleted file mode 160000 index e9a3a0e..0000000 --- a/lib/ot.js +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e9a3a0e214dd6c001e25515274bae0842a8415f2 diff --git a/src/App.tsx b/src/App.tsx index c7113c9..d200ad6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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(null);