mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
11 lines
194 B
Markdown
11 lines
194 B
Markdown
---
|
|
layout: false
|
|
title: Startpage
|
|
pageClass: startpage-custom-styling
|
|
---
|
|
|
|
<script setup>
|
|
import StartPage from './.vitepress/theme/components/startpage/Startpage.vue'
|
|
</script>
|
|
|
|
<StartPage />
|