Update +page.svelte

This commit is contained in:
Luke Hagar
2023-05-17 14:58:11 -05:00
parent e155a18668
commit 390e647ca8

View File

@@ -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;