feat: add an owner + sell screen
This commit is contained in:
parent
d2cbb43bcb
commit
073f8bd334
15 changed files with 354 additions and 82 deletions
|
|
@ -4,9 +4,6 @@ abstract final class Routes {
|
|||
|
||||
// ==[ ADD ]==
|
||||
static const add = '/add';
|
||||
static const addOwner = '/add/owner';
|
||||
static const addPrice = '/add/price';
|
||||
static const addForm = '/add/form';
|
||||
|
||||
// ==[ SELL ]==
|
||||
static const sell = '/sell';
|
||||
|
|
|
|||
Reference in a new issue