Hello!
zettca
Welcome to my blog 👋
- Powered by
deno_blog - Deployed on Deno Deploy 🦕 🚀
test post please ignore
for i in range(10):
print(i)console.log(`Look, a ${template}`);const Test: React.FC<TestProps> = ({ title, children }) => {
return (
<div>
<p>{title}</p>
{children}
</div>
);
};