apps/design-land/src/app/notification/notification.component.ts
import { Component } from '@angular/core';
@Component({
selector: 'design-land-notification',
templateUrl: './notification.component.html',
styleUrls: ['./notification.component.scss'],
})
export class DesignLandNotificationComponent {}