mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
7c2574b1ca
Co-authored-by: Himself65 <himself65@outlook.com>
6 lines
229 B
TypeScript
6 lines
229 B
TypeScript
import { allEvents as events } from './events';
|
|
import { allHandlers as handlers } from './handlers';
|
|
|
|
// this will be used by preload script to expose all handlers and events to the renderer process
|
|
export { events, handlers };
|