7 lines
110 B
Dart
7 lines
110 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import 'src/app.dart';
|
|
|
|
void main() {
|
|
runApp(const AppSokApp());
|
|
}
|