import { withModuleFederation } from '@nx/module-federation/webpack';
import { withModuleFederationForSSR } from '@nx/module-federation/webpack';
/**
 * @deprecated Use `@nx/module-federation/webpack` instead. This will be removed in Nx v22.
 */
export { withModuleFederation, withModuleFederationForSSR };
