import * as React from 'react'; import { mastheadSlugs, user } from '../../fixtures/storyData'; import { AppShell } from './AppShell'; export default { title: 'Organisms/App Shell', component: AppShell, }; export const Guest = () => (

Hello World

); export const LoggedIn = () => (

Hello World

);