aboutsummaryrefslogtreecommitdiff
path: root/src/app/services/technology.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/services/technology.service.ts')
-rw-r--r--src/app/services/technology.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/services/technology.service.ts b/src/app/services/technology.service.ts
index dbdc039..fcc3d4c 100644
--- a/src/app/services/technology.service.ts
+++ b/src/app/services/technology.service.ts
@@ -2,7 +2,7 @@ import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { Guid } from 'guid-typescript';
import { Observable } from 'rxjs';
-import { Technology } from 'src/models/technology';
+import { Technology } from 'src/models/technology.model';
import { AppConstants } from '../app-constants.module';
import { TokenService } from './token.service';