package view import "git.sr.ht/~gabrielgio/img/pkg/ext" type View interface { SetMyselfIn(r *ext.Router) }