mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-10 05:08:33 +00: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 }} />
|