mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-01 10:50:58 +00:00
merge missing file
This commit is contained in:
parent
16567ec2d6
commit
05e6ff4975
@ -10,10 +10,10 @@ export type LogEntry = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type State = {
|
export type State = {
|
||||||
opened: boolean;
|
opened: boolean,
|
||||||
entries: Array<LogEntry>;
|
entries: Array<LogEntry>,
|
||||||
copied: boolean
|
copied: boolean,
|
||||||
}
|
};
|
||||||
|
|
||||||
export const initialState: State = {
|
export const initialState: State = {
|
||||||
opened: false,
|
opened: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user