Skip to content

Commit 0a42d96

Browse files
committed
[UPD] Removed unused import in docs
1 parent 5ca9895 commit 0a42d96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ import DefaultTheme from 'vitepress/theme'
22
import { defineClientComponent } from 'vitepress'
33
import './custom.css'
44
import dayjs from "dayjs"
5-
import isoWeek from "dayjs/plugin/isoWeek"
65
import isSameOrBefore from "dayjs/plugin/isSameOrBefore.js"
76
import isSameOrAfter from "dayjs/plugin/isSameOrAfter.js"
87
import isBetween from "dayjs/plugin/isBetween.js"
9-
import weekOfYear from "dayjs/plugin/weekOfYear"
10-
import advancedFormat from "dayjs/plugin/advancedFormat"
11-
import customParseFormat from "dayjs/plugin/customParseFormat.js"
8+
129

1310
export function extendDayjs() {
1411
dayjs.extend(isSameOrBefore)

0 commit comments

Comments
 (0)