Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpanjabi committed Feb 23, 2024
1 parent 6f3174d commit 33ca3ed
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 15 deletions.
15 changes: 8 additions & 7 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"files": {
"main.css": "/TheNextBigThing/static/css/main.542dadd4.css",
"main.js": "/TheNextBigThing/static/js/main.64120138.js",
"index.html": "/TheNextBigThing/index.html",
"main.542dadd4.css.map": "/TheNextBigThing/static/css/main.542dadd4.css.map",
"main.64120138.js.map": "/TheNextBigThing/static/js/main.64120138.js.map"
"main.css": "/NetflixClone/static/css/main.e0ab9012.css",
"main.js": "/NetflixClone/static/js/main.774fdb03.js",
"static/media/Logos-Readability-Netflix-logo.png": "/NetflixClone/static/media/Logos-Readability-Netflix-logo.f113f795bdbaf927c49c.png",
"index.html": "/NetflixClone/index.html",
"main.e0ab9012.css.map": "/NetflixClone/static/css/main.e0ab9012.css.map",
"main.774fdb03.js.map": "/NetflixClone/static/js/main.774fdb03.js.map"
},
"entrypoints": [
"static/css/main.542dadd4.css",
"static/js/main.64120138.js"
"static/css/main.e0ab9012.css",
"static/js/main.774fdb03.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="/TheNextBigThing/static/js/main.64120138.js"></script><link href="/TheNextBigThing/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.774fdb03.js"></script><link href="/NetflixClone/static/css/main.e0ab9012.css" rel="stylesheet"></head><body style="margin:0"><script src="./src/index.js" type="text/jsx"></script><script src="https://unpkg.com/react-router-dom/umd/react-router-dom.min.js"></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.e0ab9012.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.e0ab9012.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.774fdb03.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.774fdb03.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33ca3ed

Please sign in to comment.