UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

11 lines 355 B
// Export the base API export { baseApi } from "./baseApi"; // Export app notifications API export * from "./appNotificationsApi"; // Export collections API export * from "./collectionsApi"; // Export entity lists API export * from "./entityListsApi"; // Future API exports will go here: // export * from "./commentsApi"; //# sourceMappingURL=index.js.map