Merge branch 'master' into Max
updating Max branch things
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'home_widget2.dart';
|
||||
import 'home_widget.dart';
|
||||
|
||||
void main() => runApp(App());
|
||||
|
||||
@@ -15,6 +15,7 @@ class App extends StatelessWidget{
|
||||
),
|
||||
home: MyHomePage(title: 'UNCC Sports Demo Home Page'),*/
|
||||
debugShowCheckedModeBanner: false,
|
||||
title: 'UNCC Athletics',
|
||||
home: Home(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user