-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6235acf
commit 2782d37
Showing
4 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...ponents/Organisms/XYK/XYKPoolTransactionsListView/XYKPoolTransactionsListView.stories.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { type Meta, type StoryObj } from "@storybook/react"; | ||
import { XYKPoolTransactionsListView } from "./XYKPoolTransactionsListView"; | ||
|
||
type Story = StoryObj<typeof XYKPoolTransactionsListView>; | ||
|
||
const meta: Meta<typeof XYKPoolTransactionsListView> = { | ||
title: "Organisms/XYK", | ||
component: XYKPoolTransactionsListView, | ||
}; | ||
|
||
export default meta; | ||
|
||
export const XYKPoolTransactionsList: Story = { | ||
args: { | ||
chain_name: "eth-mainnet", | ||
dex_name: "uniswap_v2", | ||
pool_address: "0x21b8065d10f73ee2e260e5b47d3344d3ced7596e", | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
src/components/Organisms/XYK/XYKTransactionsListView/XYKTransactionsListView.stories.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters