Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #180 from unsplash/maintenance/export-topics
Browse files Browse the repository at this point in the history
Maintenance/export topic methods
  • Loading branch information
Magellol committed Jun 29, 2021
2 parents 02a891b + e4dd476 commit 9771a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/internals.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as collections from './methods/collections';
import * as photos from './methods/photos';
import * as search from './methods/search';
import * as topics from './methods/topics';
import * as users from './methods/users';
export { trackNonHotLinkedPhotoView } from './beacon';

export { collections, photos, search, users };
export { collections, photos, search, users, topics };

0 comments on commit 9771a96

Please sign in to comment.