diff --git a/src/App.tsx b/src/App.tsx index 08d25c9..697353c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,110 +9,29 @@ */ import React from 'react'; -import { - SafeAreaView, - StyleSheet, - ScrollView, - View, - Text, - StatusBar, -} from 'react-native'; - -import { - Header, - LearnMoreLinks, - Colors, - DebugInstructions, - ReloadInstructions, -} from 'react-native/Libraries/NewAppScreen'; +import {SafeAreaView, StatusBar} from 'react-native'; +import Deck from './components/Deck'; +import DeckButton from './components/DeckButton'; declare const global: {HermesInternal: null | {}}; const App = () => { return ( <> - +