blog/src/components/JsCode.astro
2023-09-08 05:10:52 -05:00

8 lines
146 B
Plaintext

---
interface Props {}
const {} = Astro.props;
console.log("SHIET", Astro.props);
console.log("SHIET", await Astro.slots.render("default"));
---