react-native-google-books
Version:
A React Native component for browsing google books
16 lines (13 loc) • 318 B
JavaScript
/*
* @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;