feat: start working on sell

This commit is contained in:
alzalia1 2025-08-14 13:42:20 +02:00
parent f378c8c0be
commit 1803a2b119
8 changed files with 94 additions and 31 deletions

View file

@ -8,6 +8,7 @@ abstract final class Routes {
// ==[ SELL ]==
static const sell = '/sell';
static const sellScan = '/sell/scan';
// ==[ AUTH ]==
static const login = '/login';