-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fbce94
commit b4bf440
Showing
7 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
static/js/main.e5b0e960.js.LICENSE.txt → static/js/main.d13272c4.js.LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
static/js/main.e5b0e960.js.map → static/js/main.d13272c4.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.