mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-15 16:20:31 +00:00
6 lines
101 B
Dart
6 lines
101 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'src/app.dart';
|
|
|
|
void main() => runApp(const App());
|