Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
KaratSergio committed Jan 27, 2024
1 parent 0b07604 commit f9ffe4d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node_modules/.cache/.eslintcache

Large diffs are not rendered by default.

Binary file modified node_modules/.cache/default-development/0.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/14.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/16.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/4.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/5.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/7.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack
Binary file not shown.
Binary file modified node_modules/.cache/default-development/index.pack.old
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin: 20px;
padding: 20px;
width: 680px;
height: 860px;
height: 830px;
background-image: url('../../img/fon3.jpg');
background-size: cover;
background-position: center;
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ import { PersistGate } from 'redux-persist/integration/react';
import { store, persistor } from './redux/store';

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<BrowserRouter basename="/goit-react-hw-08-phonebook">
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<App />
</PersistGate>
</Provider>
</BrowserRouter>
</React.StrictMode>
);

0 comments on commit f9ffe4d

Please sign in to comment.