mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 20:06:33 +00:00
fix: remove wrong copy pasted notification story
This commit is contained in:
parent
eb8605980d
commit
c800721e78
@ -1,25 +0,0 @@
|
|||||||
import type { Meta, StoryObj } from '@storybook/react'
|
|
||||||
|
|
||||||
import CopyPastedNotification from './CopyPastedNotification'
|
|
||||||
|
|
||||||
const meta = {
|
|
||||||
title: 'ValidatorOnboarding/CopyPastedNotification',
|
|
||||||
component: CopyPastedNotification,
|
|
||||||
parameters: {
|
|
||||||
layout: 'centered',
|
|
||||||
},
|
|
||||||
tags: ['autodocs'],
|
|
||||||
} satisfies Meta<typeof CopyPastedNotification>
|
|
||||||
|
|
||||||
export default meta
|
|
||||||
type Story = StoryObj<typeof meta>
|
|
||||||
|
|
||||||
export const Default: Story = {
|
|
||||||
args: {},
|
|
||||||
}
|
|
||||||
|
|
||||||
export const SmallScreen: Story = {
|
|
||||||
args: {
|
|
||||||
isSmallScreen: true,
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user