From 6b6e1c935dcf661ea43a1df60b81fb4d42f6f87e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 27 Jun 2025 04:30:20 +0530 Subject: [PATCH] fix: broken import --- src/components/pickers/DateTimeLocalPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pickers/DateTimeLocalPicker.tsx b/src/components/pickers/DateTimeLocalPicker.tsx index 0cc952bc..51ac62c6 100644 --- a/src/components/pickers/DateTimeLocalPicker.tsx +++ b/src/components/pickers/DateTimeLocalPicker.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { useSocketStore } from '../../context/socket'; -import { Coordinates } from '../recorder/canvas'; +import { Coordinates } from '../recorder/Canvas'; interface DateTimeLocalPickerProps { coordinates: Coordinates;