12 lines
212 B
Dart
12 lines
212 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:flutter/widgets.dart';
|
|
|
|
import 'MyApp.dart';
|
|
|
|
import 'TestApp.dart';
|
|
|
|
void main() {
|
|
runApp(const BottomNavigationBarLnt());
|
|
// runApp(const MyApp());
|
|
}
|