Move time.ts to the base directory.
Change-Id: Iace52240b216cb51fd969e9ce90655c43a2642f9
diff --git a/ui/src/frontend/time_scale_unittest.ts b/ui/src/frontend/time_scale_unittest.ts
index e0a3eac..519cbba 100644
--- a/ui/src/frontend/time_scale_unittest.ts
+++ b/ui/src/frontend/time_scale_unittest.ts
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+import {Time} from '../base/time';
import {HighPrecisionTime} from '../common/high_precision_time';
-import {Time} from '../common/time';
import {PxSpan, TimeScale} from './time_scale';