Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 4445243

Browse files
Anisha1234gurbirkalsi
authored andcommitted
removes lifecycle method
1 parent 44ca3cb commit 4445243

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/Overview/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ import React, { Component } from 'react';
44
class Overview extends Component {
55
constructor(props) {
66
super(props);
7-
87
this.state = {};
98
}
109

11-
componentDidMount() {}
12-
13-
componentDidUpdate() {}
14-
1510
render() {
1611
return (
1712
<div>

0 commit comments

Comments
 (0)