mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
feat: add basic story for DeviceHealthCheck page
This commit is contained in:
parent
2dacde88fb
commit
af25a089e2
16
src/pages/DeviceHealthCheck/DeviceHealthCheck.stories.tsx
Normal file
16
src/pages/DeviceHealthCheck/DeviceHealthCheck.stories.tsx
Normal file
@ -0,0 +1,16 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import DeviceHealthCheck from './DeviceHealthCheck'
|
||||
|
||||
const meta = {
|
||||
title: 'Pages/DeviceHealthCheck',
|
||||
component: DeviceHealthCheck,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof DeviceHealthCheck>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Page: Story = {
|
||||
args: {},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user