change file structure

Reviewed-on: #21
Reviewed-by: Get in my car i have candy <huydw@proton.me>
This commit is contained in:
2025-01-09 09:13:06 +00:00
parent c938ef8465
commit 10f1e09ccd
20 changed files with 33 additions and 33 deletions

View File

@ -1,7 +1,7 @@
import {inject, Injectable} from "@angular/core";
import {HttpClient} from "@angular/common/http";
import {Observable} from "rxjs";
import {Employee} from "../Employee";
import {Employee} from "../employee/Employee";
@Injectable({