Files
PlantPal/house-plant-client/src/app/app.component.ts
2025-01-04 12:28:05 -05:00

12 lines
255 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
standalone: false
})
export class AppComponent {
title = 'soil-moisture-monitor';
}