v3/packages/design-system/molecules/footer/Footer.stories.tsx

9 lines
223 B
TypeScript

import * as React from 'react';
import { Footer as FooterComponent } from './Footer';
export default {
title: 'Molecules',
component: FooterComponent,
};
export const Footer = (args) => <FooterComponent {...args} />;