Skip to content

Commit

Permalink
add explanation for code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Dec 4, 2024
1 parent 4f1d211 commit 9e64ab7
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 7 deletions.
12 changes: 6 additions & 6 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.8a63aecd.css",
"main.js": "/static/js/main.242e028c.js",
"main.css": "/static/css/main.1e31cc04.css",
"main.js": "/static/js/main.a2791c67.js",
"static/js/453.d8c3f7be.chunk.js": "/static/js/453.d8c3f7be.chunk.js",
"static/media/fa-solid-900.ttf": "/static/media/fa-solid-900.ad1782c70927ebc5bc87.ttf",
"static/media/stacchain-logo.svg": "/static/media/stacchain-logo.d93a394da7c5cab664d11f645dc5f654.svg",
Expand All @@ -14,12 +14,12 @@
"static/media/fa-v4compatibility.ttf": "/static/media/fa-v4compatibility.fa86b3c85e77abbd2ebd.ttf",
"static/media/fa-v4compatibility.woff2": "/static/media/fa-v4compatibility.c3ea317a0f10f201597f.woff2",
"index.html": "/index.html",
"main.8a63aecd.css.map": "/static/css/main.8a63aecd.css.map",
"main.242e028c.js.map": "/static/js/main.242e028c.js.map",
"main.1e31cc04.css.map": "/static/css/main.1e31cc04.css.map",
"main.a2791c67.js.map": "/static/js/main.a2791c67.js.map",
"453.d8c3f7be.chunk.js.map": "/static/js/453.d8c3f7be.chunk.js.map"
},
"entrypoints": [
"static/css/main.8a63aecd.css",
"static/js/main.242e028c.js"
"static/css/main.1e31cc04.css",
"static/js/main.a2791c67.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><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>stacchain</title><script defer="defer" src="/static/js/main.242e028c.js"></script><link href="/static/css/main.8a63aecd.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="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>stacchain</title><script defer="defer" src="/static/js/main.a2791c67.js"></script><link href="/static/css/main.1e31cc04.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
14 changes: 14 additions & 0 deletions static/css/main.1e31cc04.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions static/js/main.a2791c67.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.a2791c67.js.map

Large diffs are not rendered by default.

0 comments on commit 9e64ab7

Please sign in to comment.