Skip to content

Commit 04ce69e

Browse files
committed
Merge branch 'main' into add-video-embeds
2 parents f0c0de1 + aba2edc commit 04ce69e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
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)