@asdp/ferryui 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,6 @@ var React2 = require('react');
|
|
|
6
6
|
var react = require('@iconify/react');
|
|
7
7
|
var reactHookForm = require('react-hook-form');
|
|
8
8
|
var PhoneInputComponent = require('react-phone-input-2');
|
|
9
|
-
require('react-phone-input-2/lib/style.css');
|
|
10
9
|
var Select = require('react-select');
|
|
11
10
|
var reactCalendarCompat = require('@fluentui/react-calendar-compat');
|
|
12
11
|
var moment = require('moment');
|