From 0adc05c2f761a7c20f96a807d742ac8003ff58a7 Mon Sep 17 00:00:00 2001 From: alguilhot Date: Mon, 17 Oct 2022 13:39:55 +0200 Subject: [PATCH] FIX: import game dans le scren GameChoice --- bob_party/src/screens/GameChoice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob_party/src/screens/GameChoice.tsx b/bob_party/src/screens/GameChoice.tsx index 3db5d5b..1540849 100644 --- a/bob_party/src/screens/GameChoice.tsx +++ b/bob_party/src/screens/GameChoice.tsx @@ -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';