Reinitialize redux after importing a backup
This commit is contained in:
parent
19e0eb4444
commit
abdef4847a
21 changed files with 437 additions and 264 deletions
|
@ -4,7 +4,7 @@
|
|||
import { take } from 'lodash';
|
||||
import { DataReader } from '../sql/Client';
|
||||
|
||||
type RecentEmojiObjectType = {
|
||||
export type RecentEmojiObjectType = {
|
||||
recents: Array<string>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue