mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
more storybook fixes due to slugs
This commit is contained in:
parent
0e2c981560
commit
b37e3de378
9 changed files with 46 additions and 22 deletions
13
src/pages/help/why-no-roles.tsx
Normal file
13
src/pages/help/why-no-roles.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import { WhyNoRoles } from 'roleypoly/design-system/organisms/help-why-no-roles';
|
||||
import {
|
||||
HelpPageTemplate,
|
||||
HelpPageProps,
|
||||
} from 'roleypoly/design-system/templates/help-page';
|
||||
|
||||
const WhyNoRolesPage = (props: HelpPageProps) => (
|
||||
<HelpPageTemplate {...props}>
|
||||
<WhyNoRoles></WhyNoRoles>
|
||||
</HelpPageTemplate>
|
||||
);
|
||||
|
||||
export default WhyNoRolesPages;
|
Loading…
Add table
Add a link
Reference in a new issue