Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Mar 29, 2024
1 parent a0ee02c commit 6db42cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Board from './Board';
import { TicTacToe } from "./contracts/tictactoe";
import { GameData, SquareData } from "./types";
import { Utils } from "./utils";
import { bsv, SignatureResponse, findSig, MethodCallOptions, toHex } from 'scrypt-ts';
import { bsv, SignatureResponse, findSig, MethodCallOptions } from 'scrypt-ts';

const calculateWinner = (squares: any) => {
const lines = [
Expand Down

0 comments on commit 6db42cc

Please sign in to comment.