blob: 0bd979296c02bfefeba37acfeacd4453accf5ee6 [file] [log] [blame]
// Copyright 2018 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:fuchsia_modular/module.dart';
import 'src/handlers/root_intent_handler.dart';
void main() {
Module().registerIntentHandler(RootIntentHandler());
}