Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 996a5f0

Browse files
author
Kerry Archibald
committed
update type imports
1 parent a3504ec commit 996a5f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/views/settings/devices/CurrentDeviceSection.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ import DeviceDetails from './DeviceDetails';
2323
import DeviceExpandDetailsButton from './DeviceExpandDetailsButton';
2424
import DeviceSecurityCard from './DeviceSecurityCard';
2525
import DeviceTile from './DeviceTile';
26-
import { DeviceSecurityVariation } from './filter';
27-
import { DeviceWithVerification } from './useOwnDevices';
26+
import {
27+
DeviceSecurityVariation,
28+
DeviceWithVerification,
29+
} from './types';
2830

2931
interface Props {
3032
device?: DeviceWithVerification;

0 commit comments

Comments
 (0)