Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 19, 2024
1 parent 79714bb commit a14fde7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/* eslint-disable @typescript-eslint/no-var-requires */
import * as React from 'react'

import {
StyleSheet,
View,
Text,
Platform,
ActivityIndicator,
} from 'react-native'
import { StyleSheet, View, Text, ActivityIndicator } from 'react-native'
import {
Tensor,
TensorflowModel,
Expand Down Expand Up @@ -95,9 +89,4 @@ const styles = StyleSheet.create({
alignItems: 'center',
justifyContent: 'center',
},
box: {
width: 60,
height: 60,
marginVertical: 20,
},
})

0 comments on commit a14fde7

Please sign in to comment.