Skip to content

Commit

Permalink
add missing compose import
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Dec 12, 2023
1 parent 18faa7f commit 15bb8e1
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 15bb8e1

Please sign in to comment.