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

add hint ui

parent bd0a6c1b
...@@ -21,6 +21,7 @@ import { Card } from "../../../reducers/duel/util"; ...@@ -21,6 +21,7 @@ import { Card } from "../../../reducers/duel/util";
import { selectCurrentPlayer } from "../../../reducers/duel/turnSlice"; import { selectCurrentPlayer } from "../../../reducers/duel/turnSlice";
import { selectCurrentPhase } from "../../../reducers/duel/phaseSlice"; import { selectCurrentPhase } from "../../../reducers/duel/phaseSlice";
import CardModal from "./cardModal"; import CardModal from "./cardModal";
import HintNotification from "./hintNotification";
// CONFIG // CONFIG
...@@ -144,6 +145,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate { ...@@ -144,6 +145,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
ref={canvasRef} ref={canvasRef}
/> />
<CardModal /> <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