refactor: useSchedulesStore.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useRef, type PointerEvent as ReactPointerEvent } from "react";
|
||||
import { useSchedulesStore } from "../state/schedulesStore";
|
||||
import { useSchedulesStore } from "../state/useSchedulesStore";
|
||||
import type { ScheduleNode } from "../../../services/api";
|
||||
|
||||
type DragState = {
|
||||
|
||||
Reference in New Issue
Block a user