This commit is contained in:
Nilstrieb 2021-02-13 18:14:25 +01:00
parent ea8fe969a4
commit 4e2d32cf04
6 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import ModelImage from './Plane'
import f22 from './img/raptor-1040097_1920.png'
import harrier from './img/av-8b-harrier-1986422_1920.jpg'
import f22 from './img/f22.png'
import harrier from './img/harrier.jpg'
class Modern extends React.Component {
render() {