Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed May 14, 2024
1 parent 65a8b39 commit 8c18c91
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTimeseries as XYKTimeseriesComponent } from "./XYKTimeseries";
type Story = StoryObj<typeof XYKTimeseriesComponent>;

const meta: Meta<typeof XYKTimeseriesComponent> = {
title: "Molecules/XYK Timeseries",
title: "Molecules/XYK/XYK Timeseries",
component: XYKTimeseriesComponent,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XYKTransactionsList as XYKTransactionsListComponent } from "./XYKTransa
type Story = StoryObj<typeof XYKTransactionsListComponent>;

const meta: Meta<typeof XYKTransactionsListComponent> = {
title: "Molecules/XYK Transactions List",
title: "Molecules/XYK/XYK Transactions List",
component: XYKTransactionsListComponent,
};

Expand Down
4 changes: 2 additions & 2 deletions src/components/Molecules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export { XYKWalletDetails } from "./XYK/Wallet/XYKWalletDetails/XYKWalletDetails
export { XYKWalletPoolList } from "./XYK/Wallet/XYKWalletPoolList/XYKWalletPoolList";
export { XYKWalletPositionsList } from "./XYK/Wallet/XYKWalletPositionsList/XYKWalletPositionsList";
export { XYKWalletTransactionsList } from "./XYK/Wallet/XYKWalletTransactionsList/XYKWalletTransactionsList";
export { XYKTimeseries } from "./XYKTimeseries/XYKTimeseries";
export { XYKTransactionsList } from "./XYKTransactionsList/XYKTransactionsList";
export { XYKTimeseries } from "./XYK/XYKTimeseries/XYKTimeseries";
export { XYKTransactionsList } from "./XYK/XYKTransactionsList/XYKTransactionsList";

0 comments on commit 8c18c91

Please sign in to comment.