Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
annadawiec committed Jul 31, 2023
1 parent 6c62574 commit 3bc6cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ export const App = () => {
</div>
);
};
export default App;
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import './index.css';

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<BrowserRouter>
<BrowserRouter basename="/goit-react-hw-05-movies">
<App />
</BrowserRouter>
</React.StrictMode>
Expand Down

0 comments on commit 3bc6cf6

Please sign in to comment.