mirror of
https://github.com/johrpan/memor.git
synced 2025-10-28 11:17:26 +01:00
9 lines
107 B
Dart
9 lines
107 B
Dart
import 'package:flutter/widgets.dart';
|
|
|
|
import 'app.dart';
|
|
|
|
void main() {
|
|
runApp(
|
|
MemorApp(),
|
|
);
|
|
}
|