This commit is contained in:
myh 2024-06-05 16:12:46 +08:00
parent 6cb6f67efb
commit 8e45793111

View 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;