So basically in my tanstack start application after user log in depending on the user session response they will either get redirected to /dashboardA or /dashboardB right now to achieve this i made the index.tsx the home route “/” once user is logged i redirected the user to this route and in this route i have Navigate component which redirects user to the route he is supposed to go. But i think this is very lame way to do it and not efficient can anyone suggest the best way for this specifically in start