From b454e83f4fc3e74c709e5391ba8cdf49ad503713 Mon Sep 17 00:00:00 2001 From: Alexander Chernyaev <265195@niuitmo.ru> Date: Sat, 21 Oct 2023 17:18:54 +0300 Subject: [PATCH] Update noteList.ts --- src/presentation/http/router/noteList.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/presentation/http/router/noteList.ts b/src/presentation/http/router/noteList.ts index 6752ba97..76595d57 100644 --- a/src/presentation/http/router/noteList.ts +++ b/src/presentation/http/router/noteList.ts @@ -1,7 +1,5 @@ import type { FastifyPluginCallback } from 'fastify'; import type NoteListService from '@domain/service/noteList.js'; -import type { ErrorResponse } from '@presentation/http/types/HttpResponse.js'; -import { StatusCodes } from 'http-status-codes'; /** * Interface for the noteList router.