mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
feat(Editor): make server utilities their own pages
Signed-off-by: Katalina Okano <git@kat.cafe>
This commit is contained in:
parent
d52508a046
commit
4cc202b62a
8 changed files with 125 additions and 153 deletions
|
@ -0,0 +1,12 @@
|
|||
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} />;
|
Loading…
Add table
Add a link
Reference in a new issue