This commit is contained in:
sebseb7
2025-07-20 01:22:53 +02:00
parent 543c8c4f30
commit ca98c304e5

View File

@@ -13,8 +13,6 @@ class Images extends Component {
constructor(props) {
super(props);
this.state = { mainPic:0,pics:[]};
console.log('Images constructor',props);
}
componentDidMount () {