Skip to content

Commit 9866102

Browse files
committed
refactor(web): remove-unused-import
1 parent e7d0126 commit 9866102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/pages/Resolver/NavigationButtons/NextButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from "react";
22
import { Button } from "@kleros/ui-components-library";
33
import { useLocation, useNavigate } from "react-router-dom";
44
import { useNewDisputeContext } from "context/NewDisputeContext";
5-
import { isUndefined } from "utils/index";
65

76
interface INextButton {
87
nextRoute: string;

0 commit comments

Comments
 (0)