import React from 'react';
import EndOfFlowScreen from './end-of-flow.component';

export default {
  title: 'Pages/FirstTimeFlow/EndOfFlow',
  id: __filename,
};

export const DefaultStory = () => {
  return <EndOfFlowScreen />;
};

DefaultStory.storyName = 'Default';