image loading for hugos planes

This commit is contained in:
Nilstrieb 2021-02-13 18:49:58 +01:00
parent 9bb74df734
commit 0d1cf198b3
3 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,5 @@
import React, {Component} from "react";
import ModelImage from "./Plane";
import React, {Component} from 'react';
import ModelImage from './Plane';
class Home extends Component {
render() {