Remove unused imports

This commit is contained in:
2025-04-16 10:18:05 +02:00
parent ca7b5fcf70
commit 3fd311e312
3 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Request, Response, NextFunction } from 'express';
import { Response, NextFunction } from 'express';
import jwt from 'jsonwebtoken';
import User from '../models/user.model';
import { UserRequest } from '../types/express';