Skip to content

Commit 06540a5

Browse files
feat(Simulator/WalletHome/WalletBalance): create story
1 parent 2b7ecea commit 06540a5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/components/Simulator/WalletHome/__stories__/AddressPill.stories.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import type { Meta, StoryObj } from "@storybook/react"
2+
3+
import { WalletBalance as Component } from "../WalletBalance"
4+
5+
const meta = {
6+
title: "Molecules / Display Content / Simulator / WalletHome / WalletBalance",
7+
component: Component,
8+
} satisfies Meta<typeof Component>
9+
10+
export default meta
11+
12+
export const WalletBalance: StoryObj<typeof meta> = {}

0 commit comments

Comments
 (0)