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, client: client,
child: child, child: child,
), ),
home: Container( home: ChannelListPage(),
child: ChannelListPage(),
),
); );
} }
} }