|
| 1 | +/* |
| 2 | +object-assign |
| 3 | +(c) Sindre Sorhus |
| 4 | +@license MIT |
| 5 | +*/ |
| 6 | + |
| 7 | +/*! ***************************************************************************** |
| 8 | +Copyright (c) Microsoft Corporation. |
| 9 | + |
| 10 | +Permission to use, copy, modify, and/or distribute this software for any |
| 11 | +purpose with or without fee is hereby granted. |
| 12 | + |
| 13 | +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 14 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 15 | +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 16 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 17 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 18 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 19 | +PERFORMANCE OF THIS SOFTWARE. |
| 20 | +***************************************************************************** */ |
| 21 | + |
| 22 | +/** @license React v0.20.1 |
| 23 | + * scheduler.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 | +/** @license React v17.0.1 |
| 32 | + * react-dom.production.min.js |
| 33 | + * |
| 34 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 35 | + * |
| 36 | + * This source code is licensed under the MIT license found in the |
| 37 | + * LICENSE file in the root directory of this source tree. |
| 38 | + */ |
| 39 | + |
| 40 | +/** @license React v17.0.1 |
| 41 | + * react.production.min.js |
| 42 | + * |
| 43 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 44 | + * |
| 45 | + * This source code is licensed under the MIT license found in the |
| 46 | + * LICENSE file in the root directory of this source tree. |
| 47 | + */ |
| 48 | + |
| 49 | +//! moment.js |
| 50 | + |
| 51 | +//! moment.js locale configuration |
0 commit comments