8 lines
81 B
Dart
8 lines
81 B
Dart
library web_foo;
|
|
|
|
import 'bar.dart';
|
|
|
|
void main() {
|
|
new Component('Things');
|
|
}
|