import Controller from "./Controller";
export default class HomeController extends Controller {
public AllowAnonymous_Index() {
return this.view();
}