Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandrbig1 committed Nov 10, 2023
1 parent a378ccc commit 5fbce94
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/goit-react-hw-07-phonebook/static/css/main.5876a691.css",
"main.js": "/goit-react-hw-07-phonebook/static/js/main.77fb8dd7.js",
"main.js": "/goit-react-hw-07-phonebook/static/js/main.e5b0e960.js",
"index.html": "/goit-react-hw-07-phonebook/index.html",
"main.5876a691.css.map": "/goit-react-hw-07-phonebook/static/css/main.5876a691.css.map",
"main.77fb8dd7.js.map": "/goit-react-hw-07-phonebook/static/js/main.77fb8dd7.js.map"
"main.e5b0e960.js.map": "/goit-react-hw-07-phonebook/static/js/main.e5b0e960.js.map"
},
"entrypoints": [
"static/css/main.5876a691.css",
"static/js/main.77fb8dd7.js"
"static/js/main.e5b0e960.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/goit-react-hw-07-phonebook/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Manage your contacts with the React Phonebook app. Utilizes Redux, Styled Components, and Async Redux Thunks. Add, delete, and search for contacts with ease."/><meta name="keywords" content="React, Redux, Styled Components, Phonebook, Contacts, Async Redux, React Icons"/><meta name="author" content="Alex Smagin"/><meta property="og:title" content="React Phonebook App"/><meta property="og:description" content="Manage your contacts with the React Phonebook app. Utilizes Redux, Styled Components, and Async Redux Thunks. Add, delete, and search for contacts with ease."/><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"/><link rel="manifest" href="/goit-react-hw-07-phonebook/manifest.json"/><title>PhoneBook</title><script defer="defer" src="/goit-react-hw-07-phonebook/static/js/main.77fb8dd7.js"></script><link href="/goit-react-hw-07-phonebook/static/css/main.5876a691.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/goit-react-hw-07-phonebook/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Manage your contacts with the React Phonebook app. Utilizes Redux, Styled Components, and Async Redux Thunks. Add, delete, and search for contacts with ease."/><meta name="keywords" content="React, Redux, Styled Components, Phonebook, Contacts, Async Redux, React Icons"/><meta name="author" content="Alex Smagin"/><meta property="og:title" content="React Phonebook App"/><meta property="og:description" content="Manage your contacts with the React Phonebook app. Utilizes Redux, Styled Components, and Async Redux Thunks. Add, delete, and search for contacts with ease."/><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"/><link rel="manifest" href="/goit-react-hw-07-phonebook/manifest.json"/><title>PhoneBook</title><script defer="defer" src="/goit-react-hw-07-phonebook/static/js/main.e5b0e960.js"></script><link href="/goit-react-hw-07-phonebook/static/css/main.5876a691.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions static/js/main.77fb8dd7.js

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.e5b0e960.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 5fbce94

Please sign in to comment.