1
2
3
import { LightningElement } from 'lwc';
 
export default class PageMessagesToastWrapper extends LightningElement {}