Skip to content

Commit

Permalink
fix(core): 🐛 import issue resolved in index js
Browse files Browse the repository at this point in the history
import issue resolved in index js for native web network status

ref: #45
  • Loading branch information
Edithmark42 committed Mar 15, 2024
1 parent fba0718 commit 9283851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import NativeBackdrop from "./nativeComponents/feedback/NativeBackdrop";
import NativeCircularProgress from "./nativeComponents/feedback/NativeCircularProgress";
import NativeDialog from "./nativeComponents/feedback/NativeDialog";
import NativeLinearProgress from "./nativeComponents/feedback/NativeLinearProgress";
import NativeOnlineStatusSnackbar from "./nativeComponents/feedback/NativeNetworkStatus.js";
import NativeNetworkStatus from "./nativeComponents/feedback/NativeNetworkStatus.js";
import NativeSkeleton from "./nativeComponents/feedback/NativeSkeleton";
import NativeSnackbar from "./nativeComponents/feedback/NativeSnackbar";
import NativeFormContainer from "./nativeComponents/forms/NativeFormContainer";
Expand Down Expand Up @@ -174,7 +174,7 @@ export {
NativeBox,
NativeCustomTabs,
NativeContainer,
NativeOnlineStatusSnackbar,
NativeNetworkStatus,
NativeSection,
NativeAppDiv,
NativeList,
Expand Down

0 comments on commit 9283851

Please sign in to comment.