mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
fix: remove wrong connected wallet story
This commit is contained in:
parent
6989a3242a
commit
51c2b7bd8d
@ -1,19 +0,0 @@
|
|||||||
import type { Meta, StoryObj } from '@storybook/react'
|
|
||||||
|
|
||||||
import ConnectedWallet from './ConnectedWallet'
|
|
||||||
|
|
||||||
const meta = {
|
|
||||||
title: 'ValidatorOnboarding/ConnectedWallet',
|
|
||||||
component: ConnectedWallet,
|
|
||||||
parameters: {
|
|
||||||
layout: 'centered',
|
|
||||||
},
|
|
||||||
tags: ['autodocs'],
|
|
||||||
} satisfies Meta<typeof ConnectedWallet>
|
|
||||||
|
|
||||||
export default meta
|
|
||||||
type Story = StoryObj<typeof meta>
|
|
||||||
|
|
||||||
export const Default: Story = {
|
|
||||||
args: {},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user