Skip to content

Commit e776dd1

Browse files
committed
fix
1 parent 4763ec4 commit e776dd1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/views/Analysis.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { Square } from "chess.js";
1414
import type { Color, Key } from "chessground/types";
1515
1616
import type { EngineInfo } from "@/ts/UciFilter";
17-
import type { Option, Engine } from "@/ts/Types";
17+
import type { Option, Engine } from "@/ts/FastTypes";
1818
import type { PV } from "@/ts/PrincipalVariation";
1919
2020
import { filterUCIInfo } from "@/ts/UciFilter";

src/views/Engines.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineComponent } from "vue";
33
import { open } from "@tauri-apps/api/dialog";
44
55
import ChessProcess from "../ts/ChessProcess";
6-
import type { Option, Engine } from "@/ts/Types";
6+
import type { Option, Engine } from "@/ts/FastTypes";
77
88
export default defineComponent({
99
name: "Engines",

0 commit comments

Comments
 (0)