mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
---
|
|
import { Content } from '../../components/tutorial.mdx';
|
|
import MiniRepl from '../../components/strudel/MiniRepl.astro';
|
|
import JsDoc from '../../components/strudel/JsDoc.astro';
|
|
---
|
|
|
|
<Content components={{ MiniRepl, JsDoc }} />
|