Skip to content

Commit

Permalink
version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Twfek-Ajeneh committed Nov 20, 2022
1 parent 01252e3 commit 792105f
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 4 deletions.
6 changes: 3 additions & 3 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.dfae02d5.js",
"main.js": "/static/js/main.b82ad1b8.js",
"index.html": "/index.html",
"main.971da74e.css.map": "/static/css/main.971da74e.css.map",
"main.dfae02d5.js.map": "/static/js/main.dfae02d5.js.map"
"main.b82ad1b8.js.map": "/static/js/main.b82ad1b8.js.map"
},
"entrypoints": [
"static/css/main.971da74e.css",
"static/js/main.dfae02d5.js"
"static/js/main.b82ad1b8.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link rel="manifest" href="./manifest.json" />
<title>SokoNumber</title>
<script defer="defer" src="./static/js/main.dfae02d5.js"></script>
<script defer="defer" src="./static/js/main.b82ad1b8.js"></script>
<link href="./static/css/main.971da74e.css" rel="stylesheet" />
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions static/js/main.b82ad1b8.js

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions static/js/main.b82ad1b8.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.b82ad1b8.js.map

Large diffs are not rendered by default.

0 comments on commit 792105f

Please sign in to comment.