Skip to content

Commit

Permalink
Fixes improperly named import
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Jan 15, 2019
1 parent 766afc1 commit 10825f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AxiosInstance } from 'axios';
import Client from './client';
import Days from './constants/days';
import Notifications from './constants/notifications';
import Answer from './models/Answer';
import Answer from './models/answer';
import Attendee from './models/attendee';
import Preference from './models/preference';
import Appointment, { AppointmentResource } from './resources/appointment';
Expand Down

0 comments on commit 10825f1

Please sign in to comment.