Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandrbig1 committed Nov 11, 2023
1 parent 5fbce94 commit b4bf440
Show file tree
Hide file tree
Showing 7 changed files with 26 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.e5b0e960.js",
"main.js": "/goit-react-hw-07-phonebook/static/js/main.d13272c4.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.e5b0e960.js.map": "/goit-react-hw-07-phonebook/static/js/main.e5b0e960.js.map"
"main.d13272c4.js.map": "/goit-react-hw-07-phonebook/static/js/main.d13272c4.js.map"
},
"entrypoints": [
"static/css/main.5876a691.css",
"static/js/main.e5b0e960.js"
"static/js/main.d13272c4.js"
]
}
File renamed without changes.
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.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>
<!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.d13272c4.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: 3 additions & 0 deletions static/js/main.d13272c4.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*!
Copyright (c) 2015 Jed Watson.
Based on code that is Copyright 2013-2015, Facebook, Inc.
All rights reserved.
*/

/*!
* Adapted from jQuery UI core
*
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/ui-core/
*/

/**
* @license React
* react-dom.production.min.js
Expand Down

Large diffs are not rendered by default.

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

This file was deleted.

0 comments on commit b4bf440

Please sign in to comment.