diff --git a/front/src/api/birds.ts b/front/src/api/birds.ts index 6139155..ab32f4d 100644 --- a/front/src/api/birds.ts +++ b/front/src/api/birds.ts @@ -2,4 +2,4 @@ import instance from "./axios_instance" export function getBirds() { return instance.get("/birds") -} \ No newline at end of file +} diff --git a/front/src/api/types.ts b/front/src/api/types.ts index a6047cb..17632d8 100644 --- a/front/src/api/types.ts +++ b/front/src/api/types.ts @@ -8,4 +8,4 @@ export type PaginatedSpecies = { page: number per_page: number items: string[] -} \ No newline at end of file +}