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

Commit

Permalink
update type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Aug 15, 2022
1 parent a3504ec commit 996a5f0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ import DeviceDetails from './DeviceDetails';
import DeviceExpandDetailsButton from './DeviceExpandDetailsButton';
import DeviceSecurityCard from './DeviceSecurityCard';
import DeviceTile from './DeviceTile';
import { DeviceSecurityVariation } from './filter';
import { DeviceWithVerification } from './useOwnDevices';
import {
DeviceSecurityVariation,
DeviceWithVerification,
} from './types';

interface Props {
device?: DeviceWithVerification;
Expand Down

0 comments on commit 996a5f0

Please sign in to comment.