import auth0 from "../../../lib/auth0"; const me = async (req, res) => { await auth0.handleProfile(req, res); }; export default me;