Skip to content

Commit

Permalink
Update imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 committed Jan 15, 2024
1 parent 49ceb8f commit c81ba3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ChainId } from '@human-protocol/sdk';
import React, { createContext, useContext, useState } from 'react';
import { useNetwork } from 'wagmi';
import { IS_MAINNET, SUPPORTED_CHAIN_IDS } from '../constants/chains';
import { CreateJobStep, JobRequest, JobType, PayMethod } from '../types';
import { ChainId } from '@human-protocol/sdk';

export type CreateJobPageUIType = {
step: CreateJobStep;
Expand Down

0 comments on commit c81ba3f

Please sign in to comment.