diff --git a/app/lib/components/status_table.dart b/app/lib/components/status_table.dart
index a33bc1ed9a..b13a9b2260 100644
--- a/app/lib/components/status_table.dart
+++ b/app/lib/components/status_table.dart
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+import 'dart:async';
import 'dart:convert' show JSON;
import 'package:angular2/angular2.dart';
@@ -11,11 +12,13 @@ import 'package:http/http.dart' as http;
@Component(
selector: 'status-table',
template: '''
-