Hy guys, in sing app react template in UserTable List, i added a button to create a new user with a link to the user fofm (Add user) cant really figure where to add the route to /admin/users/new ?
And another thing, on the route /admin/users/new , when i introduce a new user, it dows not show in the database:(. i get the message User created succesufully but no record is shown. is this related with import selector from 'crud/modules/users/usersSelectors, which i can not find anywhere in src folder?
Thank you