Skip to content

Commit 27fbe85

Browse files
committed
refactor: remove not used type
1 parent 4f8134a commit 27fbe85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vis/js/templates/Geomap/Pins/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useDispatch } from "react-redux";
44
import { useActiveDataItem } from "@/hooks/useActiveDataItem";
55
import { useData } from "@/hooks/useData";
66
import { selectPaper } from "@/js/actions";
7-
import { AllPossiblePapersType, AquanaviPaper } from "@/js/types";
7+
import { AllPossiblePapersType } from "@/js/types";
88

99
import { Pin } from "./Pin";
1010

0 commit comments

Comments
 (0)