diff --git a/server/src/routes/auth.ts b/server/src/routes/auth.ts index f645b92e..4740853a 100644 --- a/server/src/routes/auth.ts +++ b/server/src/routes/auth.ts @@ -1,5 +1,4 @@ import { Router, Request, Response } from 'express'; -import { hashPassword, comparePassword } from '../utils/auth'; import User from '../models/User'; import jwt from 'jsonwebtoken'; export const router = Router();