From aedc13180b1b3ace4701b86ccc0770184d147295 Mon Sep 17 00:00:00 2001 From: alguilhot Date: Sun, 16 Oct 2022 11:48:35 +0200 Subject: [PATCH] CLEANUP: nettoyage imports GameChoice screen --- bob_party/src/screens/GameChoice.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bob_party/src/screens/GameChoice.tsx b/bob_party/src/screens/GameChoice.tsx index c932240..a2aeb1a 100644 --- a/bob_party/src/screens/GameChoice.tsx +++ b/bob_party/src/screens/GameChoice.tsx @@ -6,18 +6,9 @@ import { Skin } from '../core/skin'; import { TopBar } from '../components/TopBar'; import { BotBar } from '../components/BotBar'; import { ElementAffichage } from '../components/Element'; -import { GoBackBar } from '../components/GoBackBar'; - -const msc = require('../../assets/Icons/FondGris.png'); -const avatar = require('../../assets/Icons/BobClassic.png'); const skinTest= new Skin("Bob",require('../../assets/Icons/BobClassic.png')); const jeuTest= new Game("SNAKE", require('../../assets/Icons/UnSelected/Gamepad.png'),"ouin"); -const cross = require('../../assets/Icons/UnSelected/Cross.png'); -const gamepad = require('../../assets/Icons/Selected/SGamepad.png'); -const message = require('../../assets/Icons/UnSelected/Chat.png'); -const store = require('../../assets/Icons/UnSelected/Store.png'); - function GameChoice(props: { navigation: any; }) { const { navigation } = props return (