UNPKG

react-native-google-books

Version:
16 lines (13 loc) 318 B
/* * @Author: Anooj Krishnan G * @Date: 2019-05-20 09:54:12 * @Last Modified by: Anooj Krishnan G * @Last Modified time: 2019-05-20 11:26:30 */ import GoogleBookSearch from './GoogleBookSearch' import BookSearch from './BookSearch' const index = { GoogleBookSearch, BookSearch } module.exports = index;