import * as React from 'react'; import { WhyNoRoles } from '../../organisms/help-why-no-roles'; import { HelpPageTemplate } from './HelpPage'; export default { title: 'Templates/Help Page', }; export const Base = () => ( What is the world but vibrations? Vibrations that synchronize and tie it together, running free forever. ); export const WhyNoRoles_ = () => ( );
Vibrations that synchronize and tie it together, running free forever.