import { UserGuildPermissions } from '@roleypoly/types'; import { mastheadSlugs } from '../../fixtures/storyData'; import { ServerSetup } from './ServerSetup'; export default { title: 'Organisms/Server Setup', component: ServerSetup, }; export const asAdmin = () => ( ); export const asManager = () => ( ); export const asUser = () => ( );