-
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
Showing
7 changed files
with
33 additions
and
56 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/components/Molecules/AddressDetails/AddressDetails.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,18 @@ | ||
import { type Meta, type StoryObj } from "@storybook/react"; | ||
import { AddressDetails as AddressDetailsComponent } from "./AddressDetails"; | ||
|
||
type Story = StoryObj<typeof AddressDetailsComponent>; | ||
|
||
const meta: Meta<typeof AddressDetailsComponent> = { | ||
title: "Molecules/Address Details", | ||
component: AddressDetailsComponent, | ||
}; | ||
|
||
export default meta; | ||
|
||
export const AddressDetails: Story = { | ||
args: { | ||
address: "0xf15689636571dba322b48E9EC9bA6cFB3DF818e1", | ||
chain_name: "eth-mainnet", | ||
}, | ||
}; |
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
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
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/AddressDetailsView/AddressDetailsView.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
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