Push new product
This commit is contained in:
parent
df94f71453
commit
7a5ecf6f36
5 changed files with 39 additions and 7 deletions
|
@ -9,6 +9,7 @@ import 'package:zontreck/pages/Portfolio.dart';
|
|||
import 'package:zontreck/pages/RegisterAccount.dart';
|
||||
import 'package:zontreck/pages/libac.dart';
|
||||
import 'package:zontreck/pages/nbt/NBTEditor.dart';
|
||||
import 'package:zontreck/pages/shitbot.dart';
|
||||
|
||||
class MainPage extends StatelessWidget {
|
||||
const MainPage({super.key});
|
||||
|
@ -24,7 +25,8 @@ class MainPage extends StatelessWidget {
|
|||
"/portfolio": (context) => const PortfolioPage(),
|
||||
"/portfolio/coun": (context) => const CardsOfUtterNonsense(),
|
||||
"/portfolio/libac": (context) => const LibACAbout(),
|
||||
"/portfolio/nbteditor": (context) => AboutNBTEditor()
|
||||
"/portfolio/nbteditor": (context) => AboutNBTEditor(),
|
||||
"/shitbot": (context) => ShitBotProductPage()
|
||||
},
|
||||
theme: ThemeData.dark(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue