mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-19 05:00:03 +02:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import DefaultTheme from 'vitepress/theme'
|
|
|
|
import './custom.css'
|
|
|
|
export default DefaultTheme;
|