Skip to content
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
johnstcn committed Jun 14, 2022
commit 987f78593ea3e680711e12e90657cefa412be77a
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import dayjs from "dayjs"
import advancedFormat from "dayjs/plugin/advancedFormat"
import timezone from "dayjs/plugin/timezone"
import utc from "dayjs/plugin/utc"
import * as Mocks from "../../testHelpers/entities"
import { defaultWorkspaceSchedule, WorkspaceScheduleForm, WorkspaceScheduleFormProps } from "./WorkspaceScheduleForm"

dayjs.extend(advancedFormat)
Expand Down