import { PopoverBase } from '@roleypoly/design-system/atoms/popover/Popover.styled';
import * as React from 'react';
import { mastheadSlugs } from '../../fixtures/storyData';
import { GuildNav } from './GuildNav';
export default {
title: 'Molecules/Guild Nav',
component: GuildNav,
};
export const HasGuilds = () => (
);
export const NoGuilds = () => (
);