We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0c0de1 + aba2edc commit 04ce69eCopy full SHA for 04ce69e
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