Refactor client components and fix layout

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 11:31:31 +02:00
parent adf9087e84
commit 56fc494e0c
13 changed files with 443 additions and 225 deletions
+3
View File
@@ -4,6 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pi Web POC</title>
<style>
html, body { margin: 0; height: 100%; overflow: hidden; }
</style>
</head>
<body>
<pi-web-poc></pi-web-poc>