Added webview

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 19:09:35 +01:00
parent 1521fd0f7e
commit 7c20697661
10 changed files with 143 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
class RoutesPaths {
static const onboarding = "/onboarding";
static const links = "/links";
static const webview = "/webview";
static const search = "/search";
static const settings = "/settings";
}