mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Fix: Update import path in ScheduleDetailPage to use path alias
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useParams } from "react-router-dom";
|
||||
|
||||
import { useSchedule } from "../../hooks/useSchedules";
|
||||
import { useSchedule } from "@/hooks/useSchedules";
|
||||
|
||||
const ScheduleDetailPage = () => {
|
||||
const { id } = useParams<{ id: string }>();
|
||||
|
||||
Reference in New Issue
Block a user