#109 reformat some files
This commit is contained in:
@@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user