mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
12 lines
330 B
TypeScript
12 lines
330 B
TypeScript
import { guildData } from '@roleypoly/design-system/fixtures/storyData';
|
|
import { ServerUtilities } from './ServerUtilities';
|
|
|
|
export default {
|
|
title: 'Molecules/Server Utilities',
|
|
component: ServerUtilities,
|
|
args: {
|
|
guildData: guildData,
|
|
},
|
|
};
|
|
|
|
export const serverUtilities = (args) => <ServerUtilities {...args} />;
|