From 604e17e09bb2cd5741d9372bf6dd5ca1cbda1e6b Mon Sep 17 00:00:00 2001 From: Oleg S <97077423+RobotSail@users.noreply.github.com> Date: Mon, 20 Feb 2023 08:51:55 -0500 Subject: [PATCH] remove unused import Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com> --- plugins/todo-backend/src/service/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/todo-backend/src/service/types.ts b/plugins/todo-backend/src/service/types.ts index a6c54b9d87..ab15e20027 100644 --- a/plugins/todo-backend/src/service/types.ts +++ b/plugins/todo-backend/src/service/types.ts @@ -14,7 +14,6 @@ * limitations under the License. */ -import type { HttpRouterService } from '@backstage/backend-plugin-api'; import { CompoundEntityRef } from '@backstage/catalog-model'; import { TodoItem } from '../lib';