You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// TODO: Populate this with multi device specific code, e.g getting linked devices for a user etc...
|
|
// We need to deprecate the multi device code we have in js and slowly transition to this file
|
|
|
|
export function implementStuffHere() {
|
|
throw new Error("Don't call me :(");
|
|
}
|