From 0f5555b92915b175a685a24ade9276d170ae37f5 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 31 May 2023 19:11:57 -0700 Subject: move to docker compose, fuck vercel remove other unnecesaary stuff --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/index.ts') diff --git a/src/api/index.ts b/src/api/index.ts index ae9b26a..39f5b40 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -3,7 +3,7 @@ import { BotMoveRequest, BotMoveAttempt, BotMoveResponse, -} from '../interfaces/Chessh'; +} from './Chessh'; import axios from 'axios'; import { aiMove } from 'js-chess-engine'; -- cgit v1.3