Add notes scouting page to scouting app.

Change-Id: Ie2c60ba4a69ae68f407cb2a0c0fb6e90b7bfe1c5
Signed-off-by: Alex Perry <alex.perry96@gmail.com>
diff --git a/scouting/www/app.ts b/scouting/www/app.ts
index fbde74f..c82fbb3 100644
--- a/scouting/www/app.ts
+++ b/scouting/www/app.ts
@@ -1,6 +1,6 @@
 import {Component, ElementRef, ViewChild} from '@angular/core';
 
-type Tab = 'MatchList'|'Entry'|'ImportMatchList';
+type Tab = 'MatchList'|'Notes'|'Entry'|'ImportMatchList';
 type TeamInMatch = {
   teamNumber: number,
   matchNumber: number,