This commit is contained in:
Nilstrieb 2021-02-14 15:44:50 +01:00
parent 295bdd927c
commit 6b39d6b79a
7 changed files with 17 additions and 12 deletions

View file

@ -1,5 +1,5 @@
import React, {Component} from 'react';
import ModelImage from './Plane';
import ModelImage from './PlanePreview';
import planes from './planes.json'
class Home extends Component {