zitadel/console/src/app/modules/info-section/info-section.component.ts

9 lines
233 B
TypeScript
Raw Normal View History

import { Component } from '@angular/core';
@Component({
selector: 'cnsl-info-section',
templateUrl: './info-section.component.html',
styleUrls: ['./info-section.component.scss'],
})
export class InfoSectionComponent { }