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