Commit ee6f153f authored by wildfirecode13's avatar wildfirecode13

1

parent ebd27f34
......@@ -16,7 +16,7 @@ class Main extends Component {
myFuc = () => {};
render() {
getElement(){
return (
<div className="main " uuid="7d70e354-c6e9-47c8-a482-4101c0a75401">
<img
......@@ -89,6 +89,10 @@ class Main extends Component {
</div>
);
}
render() {
return this.getElement()
}
}
export default Main;
......@@ -85,6 +85,4 @@
top: 1394px;
position: absolute;
}
.noclassname {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment