develop
import { Component } from '@angular/core'; @Component({ selector: 'design-land-variables', templateUrl: './variables.component.html', standalone: false, }) export class DesignLandVariablesComponent {}