From 7c76ea1a09b12a622280b338f1b440246db76399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Tue, 17 Jun 2025 20:58:41 +0300 Subject: [PATCH] Fix linter errors --- app/api.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/api.ts b/app/api.ts index dd11511..d6b7dc7 100644 --- a/app/api.ts +++ b/app/api.ts @@ -1,5 +1,3 @@ -import { Box, CustomerData } from "./types"; - export const fetchCustomerData = async (id: string) => { const baseUrl = "http://localhost:9090";