1
0
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:
2016-08-28 23:34:18 -05:00
parent 93464d9a66
commit 678755b3ef
3 changed files with 66 additions and 2 deletions

View File

@@ -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>
);
}