import React from 'react'; import GoogleReviews from './google_reviews'; const App = () => { const apiKey = ''; // Replace with your Google API key const placeId = ''; // Replace with the Google Place ID of the location return (

Google Reviews

); }; export default App;