UNPKG

@adam.biltcliffe/board-state-playground

Version:

browser-based testing tool for the board-state library

14 lines (10 loc) 287 B
import React from "react"; import ReactDOM from "react-dom"; import AddingGame from "./adding"; import PlaygroundApp from ".."; ReactDOM.render( <> <PlaygroundApp gameClass={AddingGame} initialState={{}}/> </>, document.getElementById("react-render-target") );