diff --git a/frontend/src/components/Home.js b/frontend/src/components/Home.js new file mode 100644 index 0000000..8e8f9ac --- /dev/null +++ b/frontend/src/components/Home.js @@ -0,0 +1,13 @@ +import React, { Component } from 'react'; + +class Home extends Component { + render() { + return ( +
+ Using blockchain for registration and control of IoT devices. +
+ ) + } +} + +export default Home; \ No newline at end of file