mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 16:47:24 +08:00
11 lines
190 B
TypeScript
11 lines
190 B
TypeScript
import DefaultTheme from 'vitepress/theme'
|
|
import './liteyuki.css'
|
|
|
|
import StatsBar from '../../components/StatsBar.vue'
|
|
|
|
|
|
|
|
export default {
|
|
extends: DefaultTheme,
|
|
Layout: StatsBar
|
|
} |