mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-01 14:15:22 +00:00
feat: create story for pair device page
This commit is contained in:
parent
168e100a7a
commit
f5c252f726
20
src/pages/PairDevice/PairDevice.stories.ts
Normal file
20
src/pages/PairDevice/PairDevice.stories.ts
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
import type { Meta, StoryObj } from '@storybook/react'
|
||||||
|
|
||||||
|
import PairDevice from './PairDevice'
|
||||||
|
|
||||||
|
const meta = {
|
||||||
|
title: 'Pages/PairDevice',
|
||||||
|
component: PairDevice,
|
||||||
|
parameters: {
|
||||||
|
layout: 'centered',
|
||||||
|
},
|
||||||
|
tags: ['autodocs'],
|
||||||
|
argTypes: {},
|
||||||
|
} satisfies Meta<typeof PairDevice>
|
||||||
|
|
||||||
|
export default meta
|
||||||
|
type Story = StoryObj<typeof meta>
|
||||||
|
|
||||||
|
export const Page: Story = {
|
||||||
|
args: {},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user