documentation and todo items

This commit is contained in:
Joshua
2024-07-06 18:04:21 -06:00
parent a9d4f619e3
commit a010fab579
3 changed files with 11 additions and 17 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class MyApp extends ConsumerWidget {
// This list holds the pages to navigate between
final List<Widget> _pages = [
// Replace with the widget for your first page (e.g., HomeScreen())
Center(child: ConversationsListWidget()),
const Center(child: ConversationsListWidget()),
// Replace with the widget for your second page (e.g., SettingsPage())
const Center(child: SettingsWidget()),
];