fln-espranza 0.0.53 → 0.0.54
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/index.ts +1 -4
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -90,8 +90,6 @@ import { EIconFemale } from "./components/icons/EIconFemale";
|
|
|
90
90
|
import EIconDocumentCheck from "./components/icons/EIconDocumentCheck";
|
|
91
91
|
import EStatReport from "./components/icons/EIconDocumentCheck";
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
|
|
95
93
|
export {
|
|
96
94
|
Avatar,
|
|
97
95
|
BaseLayout,
|
|
@@ -136,7 +134,7 @@ export {
|
|
|
136
134
|
EProfileScreenLayout,
|
|
137
135
|
ETextArea,
|
|
138
136
|
ENotFoundPlaceholder,
|
|
139
|
-
EStatReport
|
|
137
|
+
EStatReport,
|
|
140
138
|
|
|
141
139
|
// ICONS
|
|
142
140
|
EIconAdd,
|
|
@@ -184,5 +182,4 @@ export {
|
|
|
184
182
|
EIconMale,
|
|
185
183
|
EIconFemale,
|
|
186
184
|
EIconDocumentCheck,
|
|
187
|
-
|
|
188
185
|
};
|