@flarehr/bank-details-app 0.1.1943 → 0.1.1945
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENCE +1 -0
- package/README.md +2 -19
- package/dist/bank-details-app.js +2 -0
- package/dist/bank-details-app.js.map +1 -0
- package/dist/bank-details-web-component.js +3 -0
- package/dist/bank-details-web-component.js.LICENSE.txt +9 -0
- package/dist/bank-details-web-component.js.map +1 -0
- package/package.json +19 -15
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* @license React
|
3
|
+
* use-sync-external-store-shim.production.js
|
4
|
+
*
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and 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
|
+
*/
|