Initial
This commit is contained in:
7
app/main.go
Normal file
7
app/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "templ-tests/app/router"
|
||||
|
||||
func main() {
|
||||
router.Serve()
|
||||
}
|
||||
Reference in New Issue
Block a user