mirror of
https://github.com/centau/vide.git
synced 2026-08-21 15:41:38 +00:00
5 lines
No EOL
124 B
JavaScript
5 lines
No EOL
124 B
JavaScript
// .vitepress/theme/index.js
|
|
import DefaultTheme from 'vitepress/theme'
|
|
import './vars.css'
|
|
|
|
export default DefaultTheme |