Skip to content

Commit

Permalink
Merge pull request #32925 from Expensify/jules-addMissingImport
Browse files Browse the repository at this point in the history
Add missing import to unblock native staging build testing
  • Loading branch information
Julesssss authored Dec 12, 2023
2 parents e9bb7cc + 15bb8e1 commit f205c75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React, {useCallback, useEffect, useRef, useState} from 'react';
import {ActivityIndicator, Alert, AppState, Text, View} from 'react-native';
import {RESULTS} from 'react-native-permissions';
import {useCameraDevices} from 'react-native-vision-camera';
import compose from '@libs/compose';
import Hand from '@assets/images/hand.svg';
import Shutter from '@assets/images/shutter.svg';
import AttachmentPicker from '@components/AttachmentPicker';
Expand Down

0 comments on commit f205c75

Please sign in to comment.