mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
|
|
import DefaultTheme from "vitepress/theme";
|
||
|
|
import "./custom.css";
|
||
|
|
|
||
|
|
export default DefaultTheme;
|