Skip to content

Commit 8145506

Browse files
committed
testing automation for build and deploy web
1 parent e796691 commit 8145506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'package:flutter/material.dart';
22
import 'package:threeactions_area/pages/MusicReleasesPage.dart';
3+
import 'package:threeactions_area/pages/PortfolioMainPage.dart';
34

45
void main() {
56
runApp(MyApp());
@@ -10,7 +11,7 @@ class MyApp extends StatelessWidget {
1011
Widget build(BuildContext context) {
1112
return MaterialApp(
1213
title: 'Threeactions',
13-
home: MusicReleasePage(),
14+
home: PortfolioMainPage(),
1415
);
1516
}
1617
}

0 commit comments

Comments
 (0)