Skip to content

Commit aba2edc

Browse files
committed
remove import of unused component
1 parent a45de51 commit aba2edc

File tree

1 file changed

+2
-2
lines changed
  • exercises/04.debugging/03.problem.breakpoints/src

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { TicTacToe } from './tic-tac-toe.js'
1+
import { MainMenu } from './main-menu.js'
22

33
export function App() {
4-
return <TicTacToe />
4+
return <MainMenu />
55
}

0 commit comments

Comments
 (0)