mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
Starting on sensor stuff
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
//assest
|
||||
//components
|
||||
import SensorList from './sensors/SensorList';
|
||||
|
||||
//assets
|
||||
import me from '../../assets/images/me.jpg';
|
||||
import '../../assets/scss/Sidebar.scss';
|
||||
|
||||
@@ -60,7 +63,7 @@ export default class Sidebar extends React.Component{
|
||||
|
||||
<h2>Sensors</h2>
|
||||
<hr/>
|
||||
|
||||
<SensorList/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user