mirror of
https://github.com/docmost/docmost.git
synced 2026-06-11 02:36:56 +08:00
96dfe9f817
* Fix page title * compare empty page title * Properly handle null tree node name and icon
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
import mitt from "mitt";
|
|
const localEmitter = mitt();
|
|
export default localEmitter;
|