ADD: added APP-6 Symbols to the Map
This commit is contained in:
4
webapp/src/components/map/mapframe.css
Normal file
4
webapp/src/components/map/mapframe.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.map
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
16
webapp/src/components/map/mapframe.js
Normal file
16
webapp/src/components/map/mapframe.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import './mapframe.css'
|
||||
|
||||
class Mapframe extends React.Component
|
||||
{
|
||||
render() {
|
||||
return (
|
||||
<div className="map">
|
||||
this is the map frame
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default Mapframe;
|
||||
Reference in New Issue
Block a user