Added Image Component

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-31 11:14:53 +02:00
parent f5cdda822c
commit e37dc1a178
4 changed files with 261 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import React from 'react'
import '../styl/index.styl'
export default class Index extends App {
export default class CApp extends App {
public render() {
const { Component, pageProps } = this.props