diff --git a/src/App.js b/src/App.js index c6bb2af..d3af10d 100644 --- a/src/App.js +++ b/src/App.js @@ -1,7 +1,7 @@ import React from 'react'; import { Route, Switch, Link } from 'react-router-dom'; // eslint-disable-line no-unused-vars import 'bootstrap/dist/css/bootstrap.css'; // eslint-disable-line no-unused-vars -import { Row, Col } from 'react-bootstrap'; // eslint-disable-line no-unused-vars +import { Row, Col, Button } from 'react-bootstrap'; // eslint-disable-line no-unused-vars 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 @@ -15,10 +15,17 @@ class App extends React.Component { - - + + + + +

Qui andrebbero le informazioni video, + in modalità telefono questo spazio è sotto il video e si potrebbe + fare a scomparsa con un pulsante, lasciando un label cliccabile per aprire e chiudere + la scheda

+