mirror of
https://github.com/fmhy/edit.git
synced 2026-01-10 18:36:17 +00:00
12 lines
194 B
Markdown
12 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 />
|