We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45de51 commit aba2edcCopy full SHA for aba2edc
exercises/04.debugging/03.problem.breakpoints/src/app.tsx
@@ -1,5 +1,5 @@
1
-import { TicTacToe } from './tic-tac-toe.js'
+import { MainMenu } from './main-menu.js'
2
3
export function App() {
4
- return <TicTacToe />
+ return <MainMenu />
5
}
0 commit comments