diff --git a/web/repertory/lib/main.dart b/web/repertory/lib/main.dart index 491fd54c..59cc720b 100644 --- a/web/repertory/lib/main.dart +++ b/web/repertory/lib/main.dart @@ -45,6 +45,11 @@ class _MyHomePageState extends State { create: (context) => MountList(), child: MountListWidget(), ), + floatingActionButton: FloatingActionButton( + onPressed: () {}, + tooltip: 'Add', + child: const Icon(Icons.add), + ), ); } }