add location
This commit is contained in:
14
src/components/Locations.js
Normal file
14
src/components/Locations.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
|
||||
import WorldMap from './WorldMap';
|
||||
import './Locations.css';
|
||||
|
||||
function Locations({ show }) {
|
||||
|
||||
return (
|
||||
<div className='locations-card'>
|
||||
<WorldMap show={show} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default Locations;
|
||||
Reference in New Issue
Block a user