This commit is contained in:
unclekingpin 2023-07-20 14:17:26 -07:00
parent 427da7909d
commit c354f91d38

View file

@ -16,7 +16,7 @@ const withProtectedRoutes = (Component) => {
return (
<Component {...props} onRouteChange={onRouteChange} />
);
}
};
};
module.exports = withProtectedRoutes;