Added tag bookmarks screen

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 18:39:23 +01:00
parent e50e5dd81f
commit ac8c96cf43
15 changed files with 361 additions and 6 deletions

3
lib/router/names.dart Normal file
View File

@@ -0,0 +1,3 @@
class RoutesNames {
static const tagBookmarks = "tagBookmarks";
}