Skip to content

Commit

Permalink
refactor(web): remove-unused-import
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jan 11, 2024
1 parent e7d0126 commit 9866102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/Resolver/NavigationButtons/NextButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import { Button } from "@kleros/ui-components-library";
import { useLocation, useNavigate } from "react-router-dom";
import { useNewDisputeContext } from "context/NewDisputeContext";
import { isUndefined } from "utils/index";

interface INextButton {
nextRoute: string;
Expand Down

0 comments on commit 9866102

Please sign in to comment.