Passport.JS Function Not Working

What is wrong with my code? The error message says ‘initializePassport is not a function’

server.js

passport-config.js
Screenshot 2023-01-03 065801

That function isn’t exported currently

I export it with modules.export, right?