fronted: login
This commit is contained in:
11
front/v2/src/app/views/register-view/register-view.ts
Normal file
11
front/v2/src/app/views/register-view/register-view.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'register-view',
|
||||
imports: [],
|
||||
templateUrl: './register-view.html',
|
||||
styleUrl: './register-view.scss'
|
||||
})
|
||||
export class RegisterView {
|
||||
|
||||
}
|
Reference in New Issue
Block a user