Discard changes to packages/dayjs/index.ts
parent
f5e746a14c
commit
fa108947c9
|
@ -10,7 +10,6 @@ import relativeTime from "dayjs/plugin/relativeTime";
|
|||
import timeZone from "dayjs/plugin/timezone";
|
||||
import toArray from "dayjs/plugin/toArray";
|
||||
import utc from "dayjs/plugin/utc";
|
||||
import weekday from "dayjs/plugin/weekday";
|
||||
|
||||
dayjs.extend(customParseFormat);
|
||||
dayjs.extend(dayjsBusinessTime);
|
||||
|
@ -22,7 +21,6 @@ dayjs.extend(timeZone);
|
|||
dayjs.extend(toArray);
|
||||
dayjs.extend(utc);
|
||||
dayjs.extend(minmax);
|
||||
dayjs.extend(weekday);
|
||||
|
||||
export type Dayjs = dayjs.Dayjs;
|
||||
|
||||
|
|
Loading…
Reference in New Issue