Skip to content

Commit

Permalink
chore: remove unused import from liveness (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Nov 17, 2023
1 parent 96f92fe commit 9551eb8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { View, Flex, Loader, Text } from '@aws-amplify/ui-react';
import {
FaceLivenessDetectorCore,
FaceLivenessDetector,
} from '@aws-amplify/ui-react-liveness';
import { FaceLivenessDetectorCore } from '@aws-amplify/ui-react-liveness';
import { useLiveness } from './useLiveness';
import { SessionIdAlert } from './SessionIdAlert';
import LivenessInlineResults from './LivenessInlineResults';
Expand Down

0 comments on commit 9551eb8

Please sign in to comment.