import * as React from 'react';
import { guild, mastheadSlugs, user } from '../../fixtures/storyData';
import { Authed } from './Authed';
import { Guest } from './Guest';
import { Skeleton } from './Skeleton';
export default {
title: 'Organisms/Masthead',
};
export const hasGuilds = () => (
);
export const noGuilds = () => (
);
export const guest = () => ;
export const skeleton = () => ;