From 92b2b1e3829e5fc0d97441a44c289ccbb337bb20 Mon Sep 17 00:00:00 2001 From: Hakwoo Kim Date: Fri, 7 Jul 2023 20:41:49 -0400 Subject: [PATCH] rollback changes --- .../storefrontlib/layout/launch-dialog/config/launch-config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts b/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts index 92aa8ff97e0..5d40ad8d488 100644 --- a/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts +++ b/projects/storefrontlib/layout/launch-dialog/config/launch-config.ts @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { Type } from '@angular/core'; import { OutletPosition } from '../../../cms-structure/outlet/outlet.model'; export interface LaunchConfig { @@ -21,7 +20,7 @@ export type LaunchOptions = * Parent type for configurations that render components */ export interface LaunchDialog { - component: Type; + component: any; /** * Can the element be rendered multiple times */