From 0ac2d4c2f3fc8b562ea931093e0c3a010c23a5d2 Mon Sep 17 00:00:00 2001 From: Emma Mansell <73774046+7emansell@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:23:41 -0600 Subject: [PATCH] casing please --- app/src/utils/{fetchAPI.test.tsx => fetchApi.test.tsx} | 0 app/src/utils/{fetchAPI.ts => fetchApi.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/src/utils/{fetchAPI.test.tsx => fetchApi.test.tsx} (100%) rename app/src/utils/{fetchAPI.ts => fetchApi.ts} (100%) diff --git a/app/src/utils/fetchAPI.test.tsx b/app/src/utils/fetchApi.test.tsx similarity index 100% rename from app/src/utils/fetchAPI.test.tsx rename to app/src/utils/fetchApi.test.tsx diff --git a/app/src/utils/fetchAPI.ts b/app/src/utils/fetchApi.ts similarity index 100% rename from app/src/utils/fetchAPI.ts rename to app/src/utils/fetchApi.ts