Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23b478d

Browse files
committed
Remove unused deps
1 parent 3a22bef commit 23b478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/workspaceSchedule/workspaceScheduleBannerXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Workspace } from "api/typesGenerated"
77
import dayjs from "dayjs"
88
import minMax from "dayjs/plugin/minMax"
99
import { getDeadline, getMaxDeadline, getMinDeadline } from "util/schedule"
10-
import { ActorRefFrom, assign, createMachine } from "xstate"
10+
import { assign, createMachine } from "xstate"
1111
import * as API from "../../api/api"
1212
import {
1313
displayError,

0 commit comments

Comments
 (0)