package frontend import "errors" var ErrFrontendNotIncluded = errors.New("frontend is not included")