blog/src/components/JsCode.astro

8 lines
146 B
Text
Raw Normal View History

2023-09-08 10:10:52 +00:00
---
interface Props {}
const {} = Astro.props;
console.log("SHIET", Astro.props);
console.log("SHIET", await Astro.slots.render("default"));
---