1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Réorg + menu

This commit is contained in:
Yan Maniez 2020-02-29 01:40:05 +01:00
parent e91e7e4a39
commit 9bb7055832
9 changed files with 358 additions and 309 deletions

View file

@ -26,7 +26,7 @@ class MyApp extends StatelessWidget {
bodyText2: TextStyle(fontSize: 16.0),
),
),
home: MyHomePage(id: 'index.md'),
home: HomePage(),
);
}
}