林旭祥 2 veckor sedan
förälder
incheckning
f4f9afb6a2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      App.tsx

+ 1 - 1
App.tsx

@@ -4,7 +4,7 @@ import { StyleSheet, Text, View } from 'react-native';
 export default function App() {
   return (
     <View style={styles.container}>
-      <Text>111</Text>
+      <Text>333</Text>
       <StatusBar style="auto" />
     </View>
   );