Skip to content
Snippets Groups Projects
Commit ed14f2fc authored by lfr20's avatar lfr20
Browse files

change class to function

parent 60518ec4
No related branches found
No related tags found
2 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...
...@@ -19,10 +19,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/> ...@@ -19,10 +19,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>
import React from 'react'; import React from 'react';
import Welcome from '../../../Components/Components/Welcome'; import Welcome from '../../../Components/Components/Welcome';
//This file show the charts const IframeComponent = () => {
export default class IframeComponent extends React.Component {
render() {
return ( return (
<div> <div>
<Welcome /> <Welcome />
...@@ -37,4 +34,4 @@ export default class IframeComponent extends React.Component { ...@@ -37,4 +34,4 @@ export default class IframeComponent extends React.Component {
</div> </div>
) )
} }
} export default IframeComponent;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment