Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 23, 2023
1 parent 5abad99 commit 7617b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Image as RNImage, StyleSheet, View } from 'react-native';
import { Image as RNImage } from 'react-native';
import {
Directions,
Gesture,
Expand Down

0 comments on commit 7617b7b

Please sign in to comment.