/** * Internal dependencies */ import { ApiCallLoader, AssembleHubLoader } from '../pages'; import { WithCustomizeYourStoreLayout } from './WithCustomizeYourStoreLayout'; import './style.scss'; export const APICallLoaderWithSmoothTransition = () => (
); export const AssembleHubLoaderWithSmoothTransition = () => (
); export default { title: 'WooCommerce Admin/Application/Customize Store/Design with AI/API Call Loader', component: ApiCallLoader, decorators: [ WithCustomizeYourStoreLayout ], };