import { api, LightningElement } from "lwc"; export default class ErrorFallback extends LightningElement { @api title: string = "Temporary Loading Glitch"; @api description: string = "Looks like this content has briefly vanished into the horizon! Refresh the page and try again."; }