fix: modified name of main file. fix: moved client inside models folder

This commit is contained in:
StevanFreeborn
2023-02-02 14:03:59 -06:00
parent d453f19c97
commit 9a7d2393e5
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { OnspringClient } from '../src/OnspringClient';
import { OnspringClient } from '../src/models/OnspringClient';
import { ApiResponse } from '../src/models/ApiResponse';
import axios, { AxiosResponse, InternalAxiosRequestConfig } from 'axios';
import { expect } from 'chai';