From d6c401392cf4da467ad5aa7d4092ce3492ac099e Mon Sep 17 00:00:00 2001 From: Nguyen Ha Khue Date: Thu, 20 Apr 2023 12:54:09 +0700 Subject: [PATCH] Update profile.component.ts --- src/app/components/setting/profile/profile.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/setting/profile/profile.component.ts b/src/app/components/setting/profile/profile.component.ts index e89701c..d76af6e 100644 --- a/src/app/components/setting/profile/profile.component.ts +++ b/src/app/components/setting/profile/profile.component.ts @@ -1,6 +1,6 @@ import { Component, OnInit } from '@angular/core'; import { UserService } from 'src/app/shared/service/user.service'; -import { User } from 'src/app/shared/tables/User'; +import { User } from 'src/app/shared/tables/user'; @Component({ selector: 'app-profile',