File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import classNames from 'classnames'
22import { useCallback , useMemo , useState } from 'react'
33import {
44 type CommonDevice ,
5- isLockDevice ,
65 isNoiseSensorDevice ,
76 isThermostatDevice ,
87} from 'seamapi'
@@ -23,6 +22,7 @@ import {
2322 useDevices ,
2423 type UseDevicesData ,
2524} from 'lib/seam/devices/use-devices.js'
25+ import { isLockDevice } from 'lib/seam/locks/lock-device.js'
2626import { useComponentTelemetry } from 'lib/telemetry/index.js'
2727import { ContentHeader } from 'lib/ui/layout/ContentHeader.js'
2828import { LoadingToast } from 'lib/ui/LoadingToast/LoadingToast.js'
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import {
66import {
77 type ActionAttempt ,
88 type CommonDevice ,
9- isLockDevice ,
109 type LockDevice ,
1110 type SeamError ,
1211} from 'seamapi'
12+ import { isLockDevice } from 'lib/seam/locks/lock-device.js'
1313
1414import { NullSeamClientError , useSeamClient } from 'lib/seam/use-seam-client.js'
1515
You can’t perform that action at this time.
0 commit comments