Skip to content

Commit

Permalink
add back gameboard
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 7, 2024
1 parent b1d2206 commit daf8c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/game.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { GameBoard } from "@/components/organisms/GameBoard";
import { SorceryCard } from "@/types/card";
import { useState } from "react";

Expand Down Expand Up @@ -29,4 +30,6 @@ export default function GamePage() {
} as GameCard,
],
]);

return <GameBoard gridItems={gridItems} setGridItems={setGridItems} />;
}

0 comments on commit daf8c78

Please sign in to comment.