Skip to content

Commit 773f961

Browse files
committed
refactor(calendar): remove unused Todo type import to clean up code
1 parent 9ec2fb5 commit 773f961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layouts/calendar/calendar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { useGetEvents } from '../../services/getMethodHooks/getEvents.hook'
77
import { DayItem } from './components/day'
88
import { Events } from './components/events/event'
99
import { Todos } from './components/todos/todos'
10-
import type { Todo } from './interface/todo.interface'
1110
import { formatDateStr } from './utils'
1211

1312
const PERSIAN_MONTHS = [

0 commit comments

Comments
 (0)