2024-07-05 01:02:53 +02:00

12 lines
161 B
Svelte

<script>
import Test, { metadata } from '$lib/docs/en/introduction/test.md';
const toc = {
introduction: ['test']
};
</script>
{metadata.title}
<Test />