/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { ComponentStory } from '@storybook/react' import type { WorkflowExampleProps } from './WorkflowExample.js' import { WorkflowExample } from './WorkflowExample.js' export const WorkflowExampleStory: ComponentStory = ( args: WorkflowExampleProps, { loaded: { companies, companies2, products, stocks } }: any, ): JSX.Element => ( )