mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-25 02:54:29 +00:00
9 lines
233 B
TypeScript
9 lines
233 B
TypeScript
![]() |
import { Component } from '@angular/core';
|
||
|
|
||
|
@Component({
|
||
|
selector: 'cnsl-info-section',
|
||
|
templateUrl: './info-section.component.html',
|
||
|
styleUrls: ['./info-section.component.scss'],
|
||
|
})
|
||
|
export class InfoSectionComponent { }
|