diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index 2ec43b6..b99b395 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx @@ -1,6 +1,6 @@ import { MotionConfig } from 'motion/react'; -import Game from '../Game'; import styles from './App.module.css'; +import GameResetController from '../GameResetController'; function App() { return ( @@ -10,7 +10,7 @@ function App() {

Match pieces to get the longest streak

- +