mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 03:04:59 -05:00
store: fix undefined Unread
This commit is contained in:
parent
a0ed50a8e2
commit
10d988b891
1 changed files with 1 additions and 1 deletions
2
store.js
2
store.js
|
@ -1,4 +1,4 @@
|
|||
import { ReceiptType } from "./state.js";
|
||||
import { ReceiptType, Unread } from "./state.js";
|
||||
|
||||
const PREFIX = "gamja_";
|
||||
|
||||
|
|
Loading…
Reference in a new issue