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);