feat: add admin page
This commit is contained in:
@@ -34,7 +34,7 @@ class _ProductListViewState extends State<ProductListView> {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: IconButton(
|
||||
onPressed: () => context.popOrGo('/bar'),
|
||||
onPressed: () => context.popOrGo('/admin'),
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
),
|
||||
title: Text(l10n.products),
|
||||
|
||||
Reference in New Issue
Block a user