Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyabedik committed Nov 5, 2023
1 parent 6d8cc3f commit d1b027e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.css": "/Task-Manager/static/css/main.e6c44155.css",
"main.js": "/Task-Manager/static/js/main.95a63dc6.js",
"index.html": "/Task-Manager/index.html",
"main.e6c44155.css.map": "/Task-Manager/static/css/main.e6c44155.css.map",
"main.95a63dc6.js.map": "/Task-Manager/static/js/main.95a63dc6.js.map"
"main.css": "/task-manager/static/css/main.e6c44155.css",
"main.js": "/task-manager/static/js/main.95a63dc6.js",
"index.html": "/task-manager/index.html",
"main.e6c44155.css.map": "/task-manager/static/css/main.e6c44155.css.map",
"main.95a63dc6.js.map": "/task-manager/static/js/main.95a63dc6.js.map"
},
"entrypoints": [
"static/css/main.e6c44155.css",
Expand Down
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="/Task-Manager/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/Task-Manager/logo192.png"/><link rel="manifest" href="/Task-Manager/manifest.json"/><title>Todolist</title><script defer="defer" src="/Task-Manager/static/js/main.95a63dc6.js"></script><link href="/Task-Manager/static/css/main.e6c44155.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="/task-manager/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/task-manager/logo192.png"/><link rel="manifest" href="/task-manager/manifest.json"/><title>Task Manager</title><script defer="defer" src="/task-manager/static/js/main.95a63dc6.js"></script><link href="/task-manager/static/css/main.e6c44155.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion static/js/main.95a63dc6.js.map

Large diffs are not rendered by default.

0 comments on commit d1b027e

Please sign in to comment.