6 lines
146 B
Dart
6 lines
146 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:mydearest/routes/index.dart';
|
|
|
|
void main(List<String> args) {
|
|
runApp(getRootWidget());
|
|
} |