Skip to content

Commit

Permalink
export element
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Jun 25, 2024
1 parent c2dcb90 commit a03cad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import CurrencyField from "@/components/molecules/currency-field/CurrencyField.v
import MultilineCurrencyField from "@/components/molecules/multiline-currency-field/MultilineCurrencyField.vue";
import Proposal from "@/components/molecules/proposal/Proposal.vue";
import HistoryTableRow from "@/components/molecules/table-rows/HistoryTableRow.vue";
import HistoryTableLoadingRow from "@/components/molecules/table-rows/HistoryTableLoadingRow.vue";
import AssetsTableRow from "@/components/molecules/table-rows/AssetsTableRow.vue";
import EarningAssetsTableRow from "@/components/molecules/table-rows/EarningAssetsTableRow.vue";

Expand Down Expand Up @@ -45,7 +46,7 @@ export {
HistoryTableRow,
AssetsTableRow,
EarningAssetsTableRow,

HistoryTableLoadingRow,
// organisms
Lease,
Table
Expand Down

0 comments on commit a03cad5

Please sign in to comment.