🐛 (flux) listen to click day 1

This commit is contained in:
2021-03-24 21:33:21 +01:00
parent e199c68d68
commit 55faf04d4f
5 changed files with 32 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
import { createEventBus } from 'retrobus'
interface EventBusParams {
user: string
repo: string
path: string
currentNoteSHA?: string
}