主页
This commit is contained in:
parent
6cb6f67efb
commit
8e45793111
13
frontend/src/components/Home.js
Normal file
13
frontend/src/components/Home.js
Normal file
@ -0,0 +1,13 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
class Home extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
Using blockchain for registration and control of IoT devices.
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Home;
|
Loading…
Reference in New Issue
Block a user