Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 12, 2024
1 parent cd95c81 commit a621b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/info/FenInput.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { TreeStateContext } from "@/components/common/TreeStateContext";
import { getCastlingSquare, swapMove } from "@/utils/chessops";
import { Button, Checkbox, Group, Select, Stack, Text } from "@mantine/core";
import { type Setup, SquareSet } from "chessops";
import { EMPTY_FEN, INITIAL_FEN, makeFen, parseFen } from "chessops/fen";
import { memo, useCallback, useContext, useEffect, useMemo } from "react";
import { useStore } from "zustand";
import FenSearch from "./FenSearch";
import { SquareSet, type Setup } from "chessops";

type Castlingrights = {
k: boolean;
Expand Down

0 comments on commit a621b27

Please sign in to comment.