mirror of
https://github.com/docmost/docmost.git
synced 2026-08-21 12:01:36 +10:00
* 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;
|