package routes
import (
"zestack.dev/slim"
)
func handleNewProject(c slim.Context) error {
return nil
}