update examples

This commit is contained in:
Salvatore Giordano
2020-07-01 10:00:29 +02:00
parent 90ff138dec
commit 57d4638b15
+1 -3
View File
@@ -44,9 +44,7 @@ class MyApp extends StatelessWidget {
client: client,
child: child,
),
home: Container(
child: ChannelListPage(),
),
home: ChannelListPage(),
);
}
}