import {
  Meta,
  Story,
  Preview,
  Props,
} from '@storybook/addon-docs/blocks';
import ProfileChangePassword from './ProfileChangePassword';

<Meta
  title="Admin/Profile Change Password"
  component={ProfileChangePassword}
/>

# Profile Change Password

<Preview>
  <Story name="In template">
    <ChartFixture>
      <ProfileChangePassword />
    </ChartFixture>
  </Story>
</Preview>
