Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Jun 6, 2024
1 parent 0b55e98 commit 39106c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/builder/src/components/application/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ import {
RoundApplicationAnswers,
RoundApplicationMetadata,
} from "data-layer/dist/roundApplication.types";
import { getChainById } from "common";
import { getChainById, useValidateCredential } from "common";
import { Fragment, useEffect, useState } from "react";
import { shallowEqual, useDispatch, useSelector } from "react-redux";
import { Link } from "react-router-dom";
import { useNetwork } from "wagmi";
import { ValidationError } from "yup";
import { useValidateCredential } from "common";
import { resetApplicationError } from "../../actions/roundApplication";
import { RootState } from "../../reducers";
import { editPath } from "../../routes";
Expand Down

0 comments on commit 39106c3

Please sign in to comment.