style: apply prettier formatting
This commit is contained in:
@@ -3,6 +3,7 @@ import { Routes } from '@angular/router';
|
||||
export const CONTACT_ROUTES: Routes = [
|
||||
{
|
||||
path: '',
|
||||
loadComponent: () => import('./contact-page.component').then(m => m.ContactPageComponent)
|
||||
}
|
||||
loadComponent: () =>
|
||||
import('./contact-page.component').then((m) => m.ContactPageComponent),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user