Skip to content

Commit 423a7f6

Browse files
author
Matt Lewis
committed
refactor: move calendarUtils to util file
1 parent c884a41 commit 423a7f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/providers/calendarDragHelper.provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isInside } from './calendarUtils.provider';
1+
import { isInside } from './util';
22

33
export class CalendarDragHelper {
44

src/providers/calendarResizeHelper.provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isInside } from './calendarUtils.provider';
1+
import { isInside } from './util';
22

33
export class CalendarResizeHelper {
44

File renamed without changes.

0 commit comments

Comments
 (0)