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