import React from 'react'; import { action } from '@storybook/addon-actions'; import MobileSyncPage from './mobile-sync.component'; export default { title: 'Pages/MobileSyncPage', }; export const DefaultStory = () => { return ( ); }; DefaultStory.storyName = 'Default';