Skip to content

Commit

Permalink
1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Twfek-Ajeneh committed Nov 25, 2022
1 parent 792105f commit b925539
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 26 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": "/static/css/main.971da74e.css",
"main.js": "/static/js/main.b82ad1b8.js",
"main.css": "/static/css/main.4c72dc9c.css",
"main.js": "/static/js/main.076a1cf7.js",
"index.html": "/index.html",
"main.971da74e.css.map": "/static/css/main.971da74e.css.map",
"main.b82ad1b8.js.map": "/static/js/main.b82ad1b8.js.map"
"main.4c72dc9c.css.map": "/static/css/main.4c72dc9c.css.map",
"main.076a1cf7.js.map": "/static/js/main.076a1cf7.js.map"
},
"entrypoints": [
"static/css/main.971da74e.css",
"static/js/main.b82ad1b8.js"
"static/css/main.4c72dc9c.css",
"static/js/main.076a1cf7.js"
]
}
21 changes: 1 addition & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +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="manifest" href="./manifest.json" />
<title>SokoNumber</title>
<script defer="defer" src="./static/js/main.b82ad1b8.js"></script>
<link href="./static/css/main.971da74e.css" rel="stylesheet" />
</head>
<body>
<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>SokoNumber</title><script defer="defer" src="/static/js/main.076a1cf7.js"></script><link href="/static/css/main.4c72dc9c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/css/main.4c72dc9c.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.4c72dc9c.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions static/js/main.076a1cf7.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @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.
*/

/**
* @remix-run/router v1.0.3
*
* 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.4.3
*
* 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.076a1cf7.js.map

Large diffs are not rendered by default.

0 comments on commit b925539

Please sign in to comment.