import { getUserByEmail } from ('./../db/');
class User {
findOne(username) {
getUserByEmail(username).then()
}
export default User;