export function Route(name?: string): any {
  return () => { return; };
}
