Skip to content

Commit

Permalink
mobil pixel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
moikale committed Oct 31, 2024
1 parent 1ef81f2 commit 65fca06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import { useTranslation } from 'react-i18next';
import { useOrientation } from './hooks/useOrientation';
import useGameInitialization from './hooks/useGameInitialization';
import useGameState from './hooks/useGameState';
import LanguageSwitcher from './components/LanguageSwitcher';
import InfoPopup from './components/InfoPopup';
import PlayerArea from './components/PlayerArea';
import ComputerArea from './components/ComputerArea';
import WinnerMessage from './components/WinnerMessage';
import StartAnimation from './components/StartAnimation';
import MusicButton from './components/MusicButton';
import BackgroundMusic from './components/BackgroundMusic';
import EndAnimation from './components/EndAnimation';
import { useState, useEffect } from 'react';
Expand Down

0 comments on commit 65fca06

Please sign in to comment.