refactor
This commit is contained in:
parent
ce6b2448ce
commit
1c9e25470a
3 changed files with 10 additions and 27 deletions
|
|
@ -46,7 +46,16 @@ export const PREF_DEF = {
|
|||
},
|
||||
widgets: {
|
||||
accountDependent: true,
|
||||
default: [] as {
|
||||
default: [{
|
||||
name: 'calendar',
|
||||
id: 'a', place: 'right', data: {},
|
||||
}, {
|
||||
name: 'notifications',
|
||||
id: 'b', place: 'right', data: {},
|
||||
}, {
|
||||
name: 'trends',
|
||||
id: 'c', place: 'right', data: {},
|
||||
}] as {
|
||||
name: string;
|
||||
id: string;
|
||||
place: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue