Added shared bookmarks screen and archived bookmarks screen
This commit is contained in:
@@ -5,6 +5,8 @@ class RoutesPaths {
|
||||
static const webview = "/webview";
|
||||
static const tags = "/tags";
|
||||
static const tagBookmarks = "/tags/:id";
|
||||
static const sharedBookmarks = "/bookmarks/shared";
|
||||
static const archivedBookmarks = "/bookmarks/archived";
|
||||
static const settings = "/settings";
|
||||
static const customization = "/settings/customization";
|
||||
static const generalSettings = "/settings/general";
|
||||
|
||||
Reference in New Issue
Block a user