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

7 lines 310 B
import { jsx as _jsx } from "react/jsx-runtime"; import { StrictMode } from "react"; import { createRoot } from "react-dom/client"; import "./index.css"; import App from "./App"; createRoot(document.getElementById("root")).render(_jsx(StrictMode, { children: _jsx(App, {}) })); //# sourceMappingURL=main.js.map