Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Dec 24, 2024
1 parent 0fc7f06 commit 97a91ac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { isNil } from 'lodash';
import { useMemo } from 'react';

import { MiddlewareDeploymentStatus, ServiceTemplate } from '@/client';
import { MechType } from '@/config/mechs';
import { STAKING_PROGRAMS } from '@/config/stakingPrograms';
import { SERVICE_TEMPLATES } from '@/constants/serviceTemplates';
import { Pages } from '@/enums/Pages';
import { StakingProgramId } from '@/enums/StakingProgram';
Expand Down Expand Up @@ -35,7 +33,6 @@ export const MigrateButton = ({
isFetched: isServicesLoaded,
selectedService,
selectedAgentType,
selectedAgentConfig,
overrideSelectedServiceStatus,
} = useServices();
const serviceConfigId =
Expand Down

0 comments on commit 97a91ac

Please sign in to comment.