ProtectedRoutes which is rendered within App.tsx. The purpose is to check the URL that the user is viewing, allow or deny based on store.user.isAuthenticated variable.ProtectedRoutes.AllowAuthenticated:DenyAuthenticated which redirects the user to a default URL for authenticated users.ProtectedRoutes component looks like:/ or any of the children paths /dashboard, /profile - their contents are not rendered on the page.Allow/DenyAuthenticated elements, then the pages are rendered as expected.