Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
beyond009 committed May 6, 2024
1 parent e5431ea commit eb51749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@vercel/kv": "^1.0.1",
"@wagmi/core": "^2.7.0",
"http-status-codes": "^2.3.0",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"next": "14.1.2",
"next-auth": "^4.24.6",
Expand Down
3 changes: 2 additions & 1 deletion src/components/StakeModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import { Dialog, Transition } from '@headlessui/react';
import { Fragment } from 'react';
import { StakeTokenInput } from './StakeTokenInput/index.js';

import { StakeTokenInput } from '@/components/StakeModal/StakeTokenInput/index.js';


interface StakeModalProps {
Expand Down

0 comments on commit eb51749

Please sign in to comment.