mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 10:55:06 -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_";
|
const PREFIX = "gamja_";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue