mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
import { GenericLoadingTemplate } from './GenericLoading';
|
|
export default {
|
|
title: 'Templates/Generic Loading',
|
|
component: GenericLoadingTemplate,
|
|
};
|
|
|
|
export const genericLoading = (args) => <GenericLoadingTemplate {...args} />;
|