blob: 1136e4e762d069d1496659a63021dfd664c3063e [file] [log] [blame]
// Copyright 2019 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 'package:fuchsia_logger/logger.dart';
import 'app.dart';
void main() {
setupLogger(name: 'Browser');
runApp(App());
}