add bubble timeline

This commit is contained in:
FloatingGhost 2022-07-22 15:36:45 +01:00
parent 75024d8501
commit 18fc3a0ad5
11 changed files with 86 additions and 4 deletions

View file

@ -63,7 +63,8 @@ export const defaultState = () => ({
tag: emptyTl(),
dms: emptyTl(),
bookmarks: emptyTl(),
list: emptyTl()
list: emptyTl(),
bubble: emptyTl()
}
})