List tags

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 13:17:06 +01:00
parent 381c20e67e
commit 5378d020e4
11 changed files with 244 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ class RoutesPaths {
static const bookmarks = "/bookmarks";
static const bookmarksSearch = "/bookmarks/search";
static const webview = "/webview";
static const search = "/search";
static const tags = "/tags";
static const settings = "/settings";
static const customization = "/settings/customization";
static const generalSettings = "/settings/general";