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";