主页
This commit is contained in:
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;
|
Reference in New Issue
Block a user