wip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { ComponentMeta } from '@storybook/react';
|
||||
import { ValidatorSettings } from 'src/pages';
|
||||
|
||||
export default {
|
||||
title: 'ValidatorSettings',
|
||||
component: ValidatorSettings,
|
||||
} as ComponentMeta<typeof ValidatorSettings>;
|
||||
|
||||
export const AllControls = () => <ValidatorSettings />;
|
||||
Reference in New Issue
Block a user