UNPKG

@khazh/tic-tac-toe-react

Version:

A customizable Tic Tac Toe game component for React with AI opponent, configurable board size, and win conditions

5 lines 187 B
import { jsx as _jsx } from "react/jsx-runtime"; import TicTacToe from './components/TicTacToe'; const App = () => _jsx(TicTacToe, {}); export default App; //# sourceMappingURL=App.js.map