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