This commit is contained in:
Eden Kirin
2024-01-20 23:46:36 +01:00
commit 960c22a8c8
10 changed files with 319 additions and 0 deletions

7
app/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "templ-tests/app/router"
func main() {
router.Serve()
}