aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/register
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 09:06:08 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 09:06:08 +0200
commit8434044dcf8cec14765aa5d96072feaa2560a823 (patch)
tree9cb7776d560f3ae890f12053c4c4f60a52a69e59 /src/app/components/register
parente8fef550d576aa3eba9d51ea70a3beeac6157ba5 (diff)
downloadDevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.tar
DevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.tar.gz
DevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.zip
Fixed includes (for models) of all components
Diffstat (limited to 'src/app/components/register')
-rw-r--r--src/app/components/register/register.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/register/register.component.ts b/src/app/components/register/register.component.ts
index b5800ad..07b8976 100644
--- a/src/app/components/register/register.component.ts
+++ b/src/app/components/register/register.component.ts
@@ -1,6 +1,6 @@
import { HttpErrorResponse } from '@angular/common/http';
import { Component, OnInit, ViewChild } from '@angular/core';
-import { AbstractControl, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
+import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
import { Title } from '@angular/platform-browser';
import { Router } from '@angular/router';
import { TokenService } from 'src/app/services/token.service';