Skip to content

Commit

Permalink
тnewSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta-Matsevych committed Jan 2, 2025
1 parent f2bdfdc commit 8c9f025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ export const App = () => (
<div className="page-content">
<MovieList movies={moviesFromServer} />
</div>

<div className="sidebar" data-cy="Sidebar">
Sidebar will be here
</div>
</div>
);

0 comments on commit 8c9f025

Please sign in to comment.