formatting changes

This commit is contained in:
Lucas Jensen
2024-06-26 19:44:33 -07:00
parent 6395537c29
commit 18f7366ae6
7 changed files with 21 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ export const API_URL = API_URL_ENV.endsWith("/")
export async function fetchFromApi(
endpoint: string,
method: string = "GET",
body?: unknown
body?: unknown,
) {
try {
const options: RequestInit = {

View File

@@ -18,5 +18,5 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
>
<App />
</Auth0Provider>
</React.StrictMode>
</React.StrictMode>,
);