page-job-hunting.ts 224 B

1234567891011
  1. import { Component } from '@angular/core';
  2. @Component({
  3. selector: 'app-page-job-hunting',
  4. imports: [],
  5. templateUrl: './page-job-hunting.html',
  6. styleUrl: './page-job-hunting.scss'
  7. })
  8. export class PageJobHunting {
  9. }