mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-18 02:40:24 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
export interface Props { html: string; }
|
||||
const { html } = Astro.props;
|
||||
---
|
||||
<Fragment set:html={html} />
|
||||
Reference in New Issue
Block a user