mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-13 22:38:21 +00:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
|
import DefaultTheme from "vitepress/theme";
|
||
|
import "./index.css";
|
||
|
|
||
|
export default DefaultTheme;
|