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 833f5d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 833f5d3

Please sign in to comment.