Fix linter errors

This commit is contained in:
2025-06-17 20:58:41 +03:00
parent 8e1bc1df72
commit 7c76ea1a09

View File

@@ -1,5 +1,3 @@
import { Box, CustomerData } from "./types";
export const fetchCustomerData = async (id: string) => { export const fetchCustomerData = async (id: string) => {
const baseUrl = "http://localhost:9090"; const baseUrl = "http://localhost:9090";