blob: 7b01ef5cac22b1ab804664f6c93f95f933ebdccf [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'dart:io';
import 'dart:core';
import 'dart:async';
import 'dashboard_app.dart';
void main() {
runApp(new DashboardApp());
}