Skip to content

Commit

Permalink
fix: fix lint warnings for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
damnnou committed Mar 11, 2024
1 parent ed66f34 commit 6347dda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/farming/ClosedFarmings/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { EternalFarming } from '@/graphql/generated/graphql';

interface ActiveFarmingProps {
Expand Down
2 changes: 0 additions & 2 deletions src/components/farming/FarmRewards/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

const FarmRewards = () => {
return (
<div className="flex flex-col w-1/2 h-64 border border-white p-12">
Expand Down
1 change: 0 additions & 1 deletion src/components/farming/FarmingPositionCard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Deposit } from '@/graphql/generated/graphql';
import { cn } from '@/lib/utils';

Expand Down

0 comments on commit 6347dda

Please sign in to comment.