import React from 'react' import { GoogleApi } from '@lourd/react-google-api' const GoogleSheetsApi = ({ scopes = ['https://www.googleapis.com/auth/spreadsheets.readonly'], ...props }) => ( ) export default GoogleSheetsApi