We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e796691 commit 8145506Copy full SHA for 8145506
lib/main.dart
@@ -1,5 +1,6 @@
1
import 'package:flutter/material.dart';
2
import 'package:threeactions_area/pages/MusicReleasesPage.dart';
3
+import 'package:threeactions_area/pages/PortfolioMainPage.dart';
4
5
void main() {
6
runApp(MyApp());
@@ -10,7 +11,7 @@ class MyApp extends StatelessWidget {
10
11
Widget build(BuildContext context) {
12
return MaterialApp(
13
title: 'Threeactions',
- home: MusicReleasePage(),
14
+ home: PortfolioMainPage(),
15
);
16
}
17
0 commit comments