update examples
This commit is contained in:
@@ -44,9 +44,7 @@ class MyApp extends StatelessWidget {
|
|||||||
client: client,
|
client: client,
|
||||||
child: child,
|
child: child,
|
||||||
),
|
),
|
||||||
home: Container(
|
home: ChannelListPage(),
|
||||||
child: ChannelListPage(),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user