feat: apply new layout overhaul

This commit is contained in:
Andy Bastian
2022-08-08 11:01:00 +00:00
committed by Rainer Killinger
parent f16e5394cc
commit 7bbdba5c0b
228 changed files with 28387 additions and 1092 deletions

View File

@@ -20,6 +20,8 @@ import {Routes, RouterModule} from '@angular/router';
import {IonicModule} from '@ionic/angular';
import {ProfilePageComponent} from './page/profile-page.component';
import {TranslateModule} from '@ngx-translate/core';
import {SwiperModule} from 'swiper/angular';
import {UtilModule} from '../../util/util.module';
const routes: Routes = [
{
@@ -36,6 +38,8 @@ const routes: Routes = [
IonicModule,
RouterModule.forChild(routes),
TranslateModule,
SwiperModule,
UtilModule,
],
})
export class ProfilePageModule {}