Spaces:
Sleeping
Sleeping
Upload 8 files
Browse files- frontend/build/.DS_Store +0 -0
- frontend/build/asset-manifest.json +13 -0
- frontend/build/index.html +1 -0
- frontend/build/static/css/main.583a42bb.css +2 -0
- frontend/build/static/css/main.583a42bb.css.map +1 -0
- frontend/build/static/js/main.fe3724b3.js +0 -0
- frontend/build/static/js/main.fe3724b3.js.LICENSE.txt +39 -0
- frontend/build/static/js/main.fe3724b3.js.map +0 -0
frontend/build/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
frontend/build/asset-manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"files": {
|
| 3 |
+
"main.css": "/static/css/main.583a42bb.css",
|
| 4 |
+
"main.js": "/static/js/main.fe3724b3.js",
|
| 5 |
+
"index.html": "/index.html",
|
| 6 |
+
"main.583a42bb.css.map": "/static/css/main.583a42bb.css.map",
|
| 7 |
+
"main.fe3724b3.js.map": "/static/js/main.fe3724b3.js.map"
|
| 8 |
+
},
|
| 9 |
+
"entrypoints": [
|
| 10 |
+
"static/css/main.583a42bb.css",
|
| 11 |
+
"static/js/main.fe3724b3.js"
|
| 12 |
+
]
|
| 13 |
+
}
|
frontend/build/index.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>React App</title><script defer="defer" src="/static/js/main.fe3724b3.js"></script><link href="/static/css/main.583a42bb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
frontend/build/static/css/main.583a42bb.css
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}
|
| 2 |
+
/*# sourceMappingURL=main.583a42bb.css.map*/
|
frontend/build/static/css/main.583a42bb.css.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"static/css/main.583a42bb.css","mappings":"AAAA,KAII,qBAAsB,CAHtB,4BAA8B,CAC9B,QAAS,CACT,SAEF","sources":["index.css"],"sourcesContent":["body {\n font-family: Arial, sans-serif;\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n "],"names":[],"sourceRoot":""}
|
frontend/build/static/js/main.fe3724b3.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/build/static/js/main.fe3724b3.js.LICENSE.txt
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/**
|
| 2 |
+
* @license React
|
| 3 |
+
* react-dom.production.min.js
|
| 4 |
+
*
|
| 5 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
| 6 |
+
*
|
| 7 |
+
* This source code is licensed under the MIT license found in the
|
| 8 |
+
* LICENSE file in the root directory of this source tree.
|
| 9 |
+
*/
|
| 10 |
+
|
| 11 |
+
/**
|
| 12 |
+
* @license React
|
| 13 |
+
* react-jsx-runtime.production.min.js
|
| 14 |
+
*
|
| 15 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
| 16 |
+
*
|
| 17 |
+
* This source code is licensed under the MIT license found in the
|
| 18 |
+
* LICENSE file in the root directory of this source tree.
|
| 19 |
+
*/
|
| 20 |
+
|
| 21 |
+
/**
|
| 22 |
+
* @license React
|
| 23 |
+
* react.production.min.js
|
| 24 |
+
*
|
| 25 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
| 26 |
+
*
|
| 27 |
+
* This source code is licensed under the MIT license found in the
|
| 28 |
+
* LICENSE file in the root directory of this source tree.
|
| 29 |
+
*/
|
| 30 |
+
|
| 31 |
+
/**
|
| 32 |
+
* @license React
|
| 33 |
+
* scheduler.production.min.js
|
| 34 |
+
*
|
| 35 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
| 36 |
+
*
|
| 37 |
+
* This source code is licensed under the MIT license found in the
|
| 38 |
+
* LICENSE file in the root directory of this source tree.
|
| 39 |
+
*/
|
frontend/build/static/js/main.fe3724b3.js.map
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|