fix(dev): hot reloading

This commit is contained in:
Guz
2024-10-11 14:13:34 -03:00
parent fe427c0394
commit 518c712038
4 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
package layouts
templ Page() {
<html>
<head></head>
<body>
{ children... }
</body>
</html>
}