Archived
bozza infovideo e wikipedia
This commit is contained in:
+2
-3
@@ -5,7 +5,7 @@ import { Row, Col } from 'react-bootstrap'; // eslint-disable-line no-unused-var
|
||||
import VideoList from './VideoList'; // eslint-disable-line no-unused-vars
|
||||
import TopBar from './TopBar'; // eslint-disable-line no-unused-vars
|
||||
import VideoPlayer from './VideoPlayer'; // eslint-disable-line no-unused-vars
|
||||
import Test from './Test';
|
||||
import VideoInfo from './VideoInfo';
|
||||
import './App.css';
|
||||
|
||||
class App extends React.Component {
|
||||
@@ -24,10 +24,9 @@ class App extends React.Component {
|
||||
</Row>
|
||||
<Row>
|
||||
<Switch>
|
||||
<Route path="/wikipedia" component={Test} />
|
||||
<Route path="/video/:id" component={VideoInfo} />
|
||||
<Route exact path='/' component={VideoList} />
|
||||
</Switch>
|
||||
|
||||
</Row>
|
||||
</React.Fragment>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user