ADD: added APP-6 Symbols to the Map
This commit is contained in:
4
webapp/src/components/control/controls.css
Normal file
4
webapp/src/components/control/controls.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.controls{
|
||||
display: flex;
|
||||
width: 20%;
|
||||
}
|
||||
16
webapp/src/components/control/controls.jsx
Normal file
16
webapp/src/components/control/controls.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import './controls.css'
|
||||
|
||||
class Controls extends React.Component
|
||||
{
|
||||
render() {
|
||||
return (
|
||||
<div className="controls">
|
||||
My Application!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default Controls;
|
||||
Reference in New Issue
Block a user