10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
<script>
|
|
import Test from '$lib/docs/en/introduction/test.md';
|
|
|
|
const toc = {
|
|
introduction: ['test']
|
|
};
|
|
</script>
|
|
|
|
<Test />
|