Skip to content

Commit

Permalink
fix(API): import error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Aug 14, 2024
1 parent 3ca10e4 commit e4d95d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import alertsAPI from './api/alerts.js';
import adoptionReportAPI from './api/adoptionreports.js';
import harvestingRequestsAPI from './api/harvestingrequests.js';
import collectionsAPI from './api/collections.js';
import booksAPI from './api/books.ts';
import booksAPI from './api/books.js';
import homeworkAPI from './api/homework.js';
import librariesAPI from './api/libraries.js';
import searchAPI from './api/search.js';
Expand Down

0 comments on commit e4d95d4

Please sign in to comment.