cleared build warnings

This commit is contained in:
2022-04-12 11:27:53 -04:00
parent ca30af6258
commit c18e4493d3
4 changed files with 3 additions and 11 deletions

View File

@@ -1,10 +1,6 @@
import React from 'react'
export default class Project extends React.Component {
constructor(props){
super(props)
}
render(){
let links;
this.props.links.forEach(x => {