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 5fbccf1
Showing 1 changed file with 0 additions and 1 deletion.
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 5fbccf1

Please sign in to comment.