Add tab for viewing data

Change-Id: Ib5a4194d1a0627fc85fa69dbcbf9495a8938ffc4
Signed-off-by: Ishan Katpally <100026402@mvla.net>
diff --git a/scouting/www/app.ts b/scouting/www/app.ts
index ab9c229..9d6c539 100644
--- a/scouting/www/app.ts
+++ b/scouting/www/app.ts
@@ -5,7 +5,8 @@
   | 'Notes'
   | 'Entry'
   | 'ImportMatchList'
-  | 'ShiftSchedule';
+  | 'ShiftSchedule'
+  | 'View';
 
 // Ignore the guard for tabs that don't require the user to enter any data.
 const unguardedTabs: Tab[] = ['MatchList', 'ImportMatchList'];