mirror of
https://github.com/docmost/docmost.git
synced 2026-08-31 10:55:29 +08:00
websocket updates
* sync page title on icon via websocket * sync on page tree too
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { atom } from "jotai";
|
||||
import { Socket } from "socket.io-client";
|
||||
|
||||
export const socketAtom = atom<Socket | null>(null);
|
||||
Reference in New Issue
Block a user