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