2015-02-17 16:34:19 -08:00

8 lines
81 B
Dart

library web_foo;
import 'bar.dart';
void main() {
new Component('Things');
}