import * as React from 'react'; import { guildEnum } from '../../fixtures/storyData'; import { EditorShell } from './EditorShell'; export default { title: 'Organisms/Editor', component: EditorShell, }; export const Shell = () => ;