✨ (notes) add routing between notes
This commit is contained in:
8
src/bus/noteBusEvent.ts
Normal file
8
src/bus/noteBusEvent.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createEventBus } from 'retrobus'
|
||||
|
||||
interface EventBusParams {
|
||||
path: string
|
||||
currentNoteSHA?: string
|
||||
}
|
||||
|
||||
export const noteEventBus = createEventBus<EventBusParams>('note')
|
||||
Reference in New Issue
Block a user