Refactor, integrate nux, snoozing
This commit is contained in:
parent
63444052e8
commit
9bb385a4dd
5 changed files with 182 additions and 131 deletions
|
@ -1,4 +1,6 @@
|
|||
/**
|
||||
* Device data that's specific to the device and does not vary based account
|
||||
*/
|
||||
export type Device = {}
|
||||
export type Device = {
|
||||
lastNuxDialog: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue