initialized home view

This commit is contained in:
Mohammad Salameh
2024-02-14 11:28:14 +03:00
parent 34517bdfff
commit 2707124a10

View File

@ -1,4 +1,4 @@
class RouteConstants {
static const String homeRoute = "/home";
static const String splash = '/';
static const String homeRoute = "/";
// static const String splash = '/';
}