fixing issue import and empty statement

This commit is contained in:
wunderfisch
2024-02-26 15:28:11 +01:00
parent 4fc11d2f7e
commit ef4095d61c
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react'
import { StyleSheet, Switch, View } from 'react-native'
import { Platform, StyleSheet, Switch, View } from 'react-native'
import PropTypes from 'prop-types'
import AppText from './app-text'