unknown
2023-07-19 6ab4b342810274e5546227ffe0dc1fcc01dc371f
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}