const res = await createUserWithEmailAndPassword (auth,email,password)
this code doesnt work and display that 'auth is not defined'
i tried importing 'auth' using " import { auth } from '../../lib/firebase'; " but then the website doesnt load and shows the
