checkpoint

This commit is contained in:
Christien Rioux 2024-06-20 19:04:39 -04:00
parent 3f8b4d2a41
commit 17211f3515
22 changed files with 701 additions and 353 deletions

View file

@ -25,7 +25,7 @@ class ChatsPageState extends State<ChatsPage> {
// ignore: prefer_expression_function_bodies
Widget build(BuildContext context) {
return Column(children: <Widget>[
const ChatSingleContactListWidget().expanded(),
const ChatListWidget().expanded(),
]);
}
}