react web game : reducer, dispatch, action

This commit is contained in:
haerong22
2021-03-09 21:46:30 +09:00
parent d657443e42
commit 3f672e26f7
5 changed files with 43 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import ReactDom from "react-dom";
import Lotto from "./Lotto";
import TicTacToe from "./TicTacToe";
ReactDom.render(<Lotto />, document.querySelector("#root"));
ReactDom.render(<TicTacToe />, document.querySelector("#root"));