Commit ee6f153f authored by wildfirecode13's avatar wildfirecode13

1

parent ebd27f34
...@@ -16,7 +16,7 @@ class Main extends Component { ...@@ -16,7 +16,7 @@ class Main extends Component {
myFuc = () => {}; myFuc = () => {};
render() { getElement(){
return ( return (
<div className="main " uuid="7d70e354-c6e9-47c8-a482-4101c0a75401"> <div className="main " uuid="7d70e354-c6e9-47c8-a482-4101c0a75401">
<img <img
...@@ -89,6 +89,10 @@ class Main extends Component { ...@@ -89,6 +89,10 @@ class Main extends Component {
</div> </div>
); );
} }
render() {
return this.getElement()
}
} }
export default Main; export default Main;
...@@ -85,6 +85,4 @@ ...@@ -85,6 +85,4 @@
top: 1394px; top: 1394px;
position: absolute; 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