8 lines
103 B
V
8 lines
103 B
V
module main
|
|
|
|
import veb
|
|
|
|
pub fn (app &App) booking(mut ctx Context) veb.Result {
|
|
return $veb.html()
|
|
}
|