mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-14 13:10:29 +00:00
detail page added
This commit is contained in:
parent
bb6ef3185b
commit
b33229a519
2 changed files with 12 additions and 0 deletions
9
src/routes/Detail/Detail.js
Normal file
9
src/routes/Detail/Detail.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import React, { Component } from 'react';
|
||||
|
||||
class Detail extends Component {
|
||||
render() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
export default Detail;
|
||||
3
src/routes/Detail/index.js
Normal file
3
src/routes/Detail/index.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Detail from './Detail';
|
||||
|
||||
export default Detail;
|
||||
Loading…
Reference in a new issue