This commit is contained in:
2026-02-28 18:30:06 -06:00
commit c7dbf144c6
27 changed files with 18123 additions and 0 deletions

9
src/index/Canvas.tsx Normal file
View File

@@ -0,0 +1,9 @@
export function Canvas() {
return (
<>
<main className="main">
<h1>Welcome to my blog</h1>
</main>
</>
)
}