#109 reformat some files

This commit is contained in:
Tim Wundenberg
2024-08-23 19:03:13 +02:00
committed by Tim
parent 05c2eebaa2
commit 262f44d7cd
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
package templates package templates
templ Layout(comp templ.Component) { templ Layout(comp templ.Component) {
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@@ -21,5 +20,3 @@ templ Layout(comp templ.Component) {
</body> </body>
</html> </html>
} }

View File

@@ -1,8 +1,5 @@
package templates package templates
templ NotFound() { templ NotFound() {
<h1 class="text-red-200">Not Found</h1> <h1 class="text-red-200">Not Found</h1>
} }