E41220983_MuhamadSugengCahy.../praresi/lib/presentation/routes/app_routes.dart

17 lines
519 B
Dart

class AppRoutes {
static const login = '/login';
static const register = '/register';
static const forgot = '/forgot';
static const home = '/home';
static const store = '/store';
static const changepassword = '/changepassword';
static const splash = '/';
static const profile = '/profile';
static const datapelanggan = '/data_pelanggan';
static const riwayatbulanan = '/riwayat_Pengiriman';
static const panduanpengguna = '/panduan_pengguna';
static const detailRiwayat = '/detail_riwayat';
}