Skip to content

Commit

Permalink
refactor: remove unused import from HomePage component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Oct 10, 2024
1 parent 5bf3652 commit 777caef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { formatAmount, toast } from '@massalabs/react-ui-kit';
import CheckBox from './CheckBox';
import useSchedule from '@/services/useSchedule';
import { MasToken, supportedTokens } from '../const/assets';
import ScheduleHistory from './ScheduleHistory';
import ScheduleHistory from '@/components/ScheduleHistory';

interface ScheduleTableProps {
schedules: Schedule[];
Expand Down
1 change: 0 additions & 1 deletion front/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useRef } from 'react';
import { useAccountStore } from '@massalabs/react-ui-kit';
import useSchedule from '@/services/useSchedule';
import ScheduleTable from '@/components/ScheduleTable';
import { useSearchParams } from 'react-router-dom';
Expand Down

0 comments on commit 777caef

Please sign in to comment.