|  | @@ -1,3 +1,4 @@
 | 
	
		
			
				|  |  | +import { CommonModule } from '@angular/common';
 | 
	
		
			
				|  |  |  import { Component } from '@angular/core';
 | 
	
		
			
				|  |  |  import { IonTextarea } from '@ionic/angular/standalone';
 | 
	
		
			
				|  |  |  import { 
 | 
	
	
		
			
				|  | @@ -19,6 +20,7 @@ import {
 | 
	
		
			
				|  |  |    styleUrls: ['tab2.page.scss'],
 | 
	
		
			
				|  |  |    standalone: true,
 | 
	
		
			
				|  |  |    imports: [
 | 
	
		
			
				|  |  | +    CommonModule,
 | 
	
		
			
				|  |  |      IonTextarea,
 | 
	
		
			
				|  |  |      IonHeader, IonToolbar, IonTitle, IonButtons, IonButton, IonIcon,
 | 
	
		
			
				|  |  |      IonContent, IonCard, IonCardHeader, IonCardTitle, IonCardSubtitle,
 |