mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 17:40:45 +00:00
7 lines
127 B
Dart
7 lines
127 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:friflex_starter/src/app.dart';
|
|
|
|
void main() {
|
|
runApp(const App());
|
|
}
|