#109 reformat some files
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
Tim Wundenberg
2024-08-23 19:03:13 +02:00
parent ef08186b5a
commit 9a5fd87414
2 changed files with 1 additions and 7 deletions

View File

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

View File

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