Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpanjabi committed Jan 17, 2024
1 parent a7a23b0 commit 608e7c6
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 14 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/NetflixClone/static/css/main.542dadd4.css",
"main.js": "/NetflixClone/static/js/main.64120138.js",
"main.css": "/NetflixClone/static/css/main.bc9d8c43.css",
"main.js": "/NetflixClone/static/js/main.f39d73b0.js",
"index.html": "/NetflixClone/index.html",
"main.542dadd4.css.map": "/NetflixClone/static/css/main.542dadd4.css.map",
"main.64120138.js.map": "/NetflixClone/static/js/main.64120138.js.map"
"main.bc9d8c43.css.map": "/NetflixClone/static/css/main.bc9d8c43.css.map",
"main.f39d73b0.js.map": "/NetflixClone/static/js/main.f39d73b0.js.map"
},
"entrypoints": [
"static/css/main.542dadd4.css",
"static/js/main.64120138.js"
"static/css/main.bc9d8c43.css",
"static/js/main.f39d73b0.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><title>NetFlix</title><script defer="defer" src="/NetflixClone/static/js/main.64120138.js"></script><link href="/NetflixClone/static/css/main.542dadd4.css" rel="stylesheet"></head><body><div id="root"></div><script src="./src/index.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>NetFlix</title><script defer="defer" src="/NetflixClone/static/js/main.f39d73b0.js"></script><link href="/NetflixClone/static/css/main.bc9d8c43.css" rel="stylesheet"></head><body><script src="./src/index.js" type="text/jsx"></script><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions static/css/main.542dadd4.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.542dadd4.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/css/main.bc9d8c43.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.bc9d8c43.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.64120138.js.map

This file was deleted.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,25 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.14.2
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.21.2
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions static/js/main.f39d73b0.js.map

Large diffs are not rendered by default.

0 comments on commit 608e7c6

Please sign in to comment.