Skip to content

Commit e39ce9f

Browse files
first commit
1 parent 5e623d0 commit e39ce9f

22 files changed

+1181
-263
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env", "@babel/preset-react"]
3+
}

dist/131.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js.LICENSE.txt

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
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-is.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-jsx-runtime.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+
* react.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+
*/
40+
41+
/**
42+
* @license React
43+
* scheduler.production.min.js
44+
*
45+
* Copyright (c) Facebook, Inc. and its affiliates.
46+
*
47+
* This source code is licensed under the MIT license found in the
48+
* LICENSE file in the root directory of this source tree.
49+
*/
50+
51+
/**
52+
* @license React
53+
* use-sync-external-store-shim.production.min.js
54+
*
55+
* Copyright (c) Facebook, Inc. and its affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/**
62+
* @license React
63+
* use-sync-external-store-shim/with-selector.production.min.js
64+
*
65+
* Copyright (c) Facebook, Inc. and its affiliates.
66+
*
67+
* This source code is licensed under the MIT license found in the
68+
* LICENSE file in the root directory of this source tree.
69+
*/
70+
71+
/**
72+
* @remix-run/router v1.1.0
73+
*
74+
* Copyright (c) Remix Software Inc.
75+
*
76+
* This source code is licensed under the MIT license found in the
77+
* LICENSE.md file in the root directory of this source tree.
78+
*
79+
* @license MIT
80+
*/
81+
82+
/**
83+
* React Router DOM v6.5.0
84+
*
85+
* Copyright (c) Remix Software Inc.
86+
*
87+
* This source code is licensed under the MIT license found in the
88+
* LICENSE.md file in the root directory of this source tree.
89+
*
90+
* @license MIT
91+
*/
92+
93+
/**
94+
* React Router v6.5.0
95+
*
96+
* Copyright (c) Remix Software Inc.
97+
*
98+
* This source code is licensed under the MIT license found in the
99+
* LICENSE.md file in the root directory of this source tree.
100+
*
101+
* @license MIT
102+
*/
103+
104+
/** @license React v16.13.1
105+
* react-is.production.min.js
106+
*
107+
* Copyright (c) Facebook, Inc. and its affiliates.
108+
*
109+
* This source code is licensed under the MIT license found in the
110+
* LICENSE file in the root directory of this source tree.
111+
*/

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="%PUBLIC_URL%/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="%PUBLIC_URL%/logo192.png"/><link rel="manifest" href="%PUBLIC_URL%/manifest.json"/><title>React Redux React Router Web Pack TailwindCSS App</title><script defer="defer" src="bundle.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="bundle.js"></script></body></html>

0 commit comments

Comments
 (0)