mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-05 15:12:14 +00:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
|
import DefaultTheme from "vitepress/theme";
|
||
|
import "./index.css";
|
||
|
|
||
|
export default DefaultTheme;
|