detail page added

This commit is contained in:
svetlagasheva 2018-12-05 18:33:07 +02:00
parent bb6ef3185b
commit b33229a519
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import React, { Component } from 'react';
class Detail extends Component {
render() {
return null;
}
}
export default Detail;

View file

@ -0,0 +1,3 @@
import Detail from './Detail';
export default Detail;