fluro/example/lib/config/application.dart

12 lines
259 B
Dart
Raw Normal View History

2017-05-14 01:01:02 -04:00
/*
* fluro
* A Posse Production
* http://goposse.com
* Copyright (c) 2017 Posse Productions LLC. All rights reserved.
* See LICENSE for distribution and usage details.
*/
2017-05-14 00:55:44 -04:00
import 'package:router/fluro.dart';
2017-05-14 00:28:28 -04:00
class Application {
static Router router;
}