style: format project
[skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@ import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {Route, RouterModule} from '@angular/router';
|
||||
import {EmailVerifyComponent} from './email-verify.component';
|
||||
import { NzAlertModule } from 'ng-zorro-antd/alert';
|
||||
import {NzAlertModule} from 'ng-zorro-antd/alert';
|
||||
|
||||
const routes: Route[] = [
|
||||
{path: '**', component: EmailVerifyComponent}
|
||||
|
||||
Reference in New Issue
Block a user