import * as React from 'react'; import { HelpStoryWrapper } from './storyDecorator'; export default { title: 'Molecules/Help Page', decorators: [HelpStoryWrapper], }; export const Base = () => ( <>

What is the world but vibrations?

Vibrations that synchronize and tie it together, running free forever.

);