From 390e647ca8a94ee4983725ab321defe9a354a663 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 17 May 2023 14:58:11 -0500 Subject: [PATCH] Update +page.svelte --- src/routes/api-client/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api-client/+page.svelte b/src/routes/api-client/+page.svelte index 8027ea4..808ad6a 100644 --- a/src/routes/api-client/+page.svelte +++ b/src/routes/api-client/+page.svelte @@ -9,7 +9,7 @@ import { paths as V3Spec } from './V3Spec.json'; import { paths as CCSpec } from './CCSpec.json'; - import axios, { type AxiosResponse } from 'axios'; + import axios from 'axios'; function mapPath(path: string[]) { const [name, value] = path;