Commit 30ec251c authored by Chunchi Che's avatar Chunchi Che

add hint ui

parent bd0a6c1b
Pipeline #18791 passed with stages
in 3 minutes and 43 seconds
......@@ -21,6 +21,7 @@ import { Card } from "../../../reducers/duel/util";
import { selectCurrentPlayer } from "../../../reducers/duel/turnSlice";
import { selectCurrentPhase } from "../../../reducers/duel/phaseSlice";
import CardModal from "./cardModal";
import HintNotification from "./hintNotification";
// CONFIG
......@@ -144,6 +145,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
ref={canvasRef}
/>
<CardModal />
<HintNotification />
</>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment