mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
import * as React from 'react';
|
|
import { ResetSubmit } from './ResetSubmit';
|
|
|
|
export default {
|
|
title: 'Molecules',
|
|
component: ResetSubmit,
|
|
};
|
|
|
|
export const ResetAndSubmit = (args) => <ResetSubmit {...args} />;
|