FIX: import game dans le scren GameChoice

stub-api
Alban GUILHOT 3 years ago
parent 0eb056ab03
commit 0adc05c2f7

@ -1,7 +1,7 @@
import { StatusBar } from 'expo-status-bar'
import { StyleSheet, View, Text, Alert, Pressable, Image} from 'react-native'
import React from 'react';
import { Game } from '../core/game';
import { Game } from '../core/Game';
import { Skin } from '../core/skin';
import { TopBar } from '../components/TopBar';
import { BotBar } from '../components/BotBar';

Loading…
Cancel
Save