<?php

  get('/', function() {
    return view('app');
  });