Skip to content

Commit 6fa763a

Browse files
committed
Update button import
1 parent 8983dfe commit 6fa763a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/demo/src/app/cart/components/add-to-cart-notification/components/add-to-cart-notification/add-to-cart-notification.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import { switchMap } from 'rxjs/operators';
1717

1818
import { DaffCartItem } from '@daffodil/cart';
1919
import {
20-
DaffButtonComponent,
21-
DaffIconButtonComponent,
20+
DAFF_BASIC_BUTTON_COMPONENTS,
21+
DAFF_ICON_BUTTON_COMPONENTS,
2222
} from '@daffodil/design/button';
2323
import { DaffLoadingIconComponent } from '@daffodil/design/loading-icon';
2424
import { DaffProduct } from '@daffodil/product';
@@ -43,8 +43,8 @@ import { ProductAddedComponent } from '../product-added/product-added.component'
4343
ProceedToCheckoutDirective,
4444
ProductAddedComponent,
4545
DaffLoadingIconComponent,
46-
DaffButtonComponent,
47-
DaffIconButtonComponent,
46+
DAFF_BASIC_BUTTON_COMPONENTS,
47+
DAFF_ICON_BUTTON_COMPONENTS,
4848
FaIconComponent,
4949
],
5050
})

0 commit comments

Comments
 (0)