source: bus-n-go-pavel-216049/bus-n-go-frontend/src/app/components/commutes/commute/commute.component.ts@ bfb90dd

Last change on this file since bfb90dd was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 238 bytes
Line 
1import { Component } from '@angular/core';
2
3@Component({
4 selector: 'app-commute',
5 standalone: true,
6 imports: [],
7 templateUrl: './commute.component.html',
8 styleUrl: './commute.component.css'
9})
10export class CommuteComponent {
11
12}
Note: See TracBrowser for help on using the repository browser.