Skip to content

Commit db3fb5f

Browse files
committed
chore: remove unused import in VitePress config
- Eliminated the unused import of `resolve` from `pathe` in `docs/.vitepress/config.ts`, streamlining the configuration file and enhancing clarity. This change contributes to better maintainability and aligns with best practices for code cleanliness.
1 parent 6f628f3 commit db3fb5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { resolve } from 'pathe'
21
import { defineConfig } from 'vitepress'
32
import components from '../component-list/components'
43

0 commit comments

Comments
 (0)