Commit e776dd1 1 parent 4763ec4 commit e776dd1 Copy full SHA for e776dd1
File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import type { Square } from "chess.js";
14
14
import type { Color , Key } from " chessground/types" ;
15
15
16
16
import type { EngineInfo } from " @/ts/UciFilter" ;
17
- import type { Option , Engine } from " @/ts/Types " ;
17
+ import type { Option , Engine } from " @/ts/FastTypes " ;
18
18
import type { PV } from " @/ts/PrincipalVariation" ;
19
19
20
20
import { filterUCIInfo } from " @/ts/UciFilter" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineComponent } from "vue";
3
3
import { open } from " @tauri-apps/api/dialog" ;
4
4
5
5
import ChessProcess from " ../ts/ChessProcess" ;
6
- import type { Option , Engine } from " @/ts/Types " ;
6
+ import type { Option , Engine } from " @/ts/FastTypes " ;
7
7
8
8
export default defineComponent ({
9
9
name: " Engines" ,
You can’t perform that action at this time.
0 commit comments