Fix linter errors
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user