lifinance / widget

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
https://li.fi/widget
Apache License 2.0
129 stars 84 forks source link

chore: add skeleton to the exports of the widget package #247

Closed DNR500 closed 6 months ago

DNR500 commented 6 months ago

Jira: LF-7886

This allows the WidgetSkeleton to be imported without all the imports from Widget being resolved, which currently can create issues in some envirionments.

Should be able to import WidgetSkeleton using

import { WidgetSkeleton } from '@lifi/widget/skeleton';