mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
10 lines
295 B
TypeScript
10 lines
295 B
TypeScript
import * as React from 'react';
|
|
import { HelpStoryWrapper } from '../../molecules/help-page-base/storyDecorator';
|
|
import { WhyNoRoles } from './WhyNoRoles';
|
|
|
|
export default {
|
|
title: 'Organisms/Help Pages',
|
|
decorators: [HelpStoryWrapper],
|
|
};
|
|
|
|
export const WhyNoRoles_ = () => <WhyNoRoles />;
|