import * as React from 'react'; import { organismStories } from 'roleypoly/src/design-system/organisms/organisms.story'; import { AppShell } from './AppShell'; import { rpUser, guildEnum } from 'roleypoly/src/design-system/shared-types/storyData'; const story = organismStories('App Shell', module); story.add('Guest', () => (

Hello World

)); story.add('Logged In', () => (

Hello World

));