commit
This commit is contained in:
-1
Submodule lib/ot.js deleted from e9a3a0e214
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user