diff --git a/FE/App.js b/FE/App.js index e85dd8a..5f37fbe 100644 --- a/FE/App.js +++ b/FE/App.js @@ -1,13 +1,13 @@ import { StatusBar } from 'expo-status-bar'; import React from 'react'; -import { StyleSheet, Text, View, Button } from 'react-native'; - +import { StyleSheet, Text, View } from 'react-native'; +import ButtonPiece from './ButtonPiece.js'; export default function App() { return ( Open up App.js to start working on your app! -