mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
7 lines
117 B
Dart
7 lines
117 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:toolbox/app.dart';
|
|
|
|
void main() {
|
|
runApp(const MyApp());
|
|
}
|