mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-14 12:52:56 +00:00
feat: dashboard search rework
This commit is contained in:
committed by
Rainer Killinger
parent
dff4a95acc
commit
8c30a47706
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 StApps
|
||||
* Copyright (C) 2023 StApps
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
* Software Foundation, version 3.
|
||||
@@ -25,7 +25,6 @@ import {UtilModule} from '../../util/util.module';
|
||||
import {IonIconModule} from '../../util/ion-icon/ion-icon.module';
|
||||
import {ProfilePageSectionComponent} from './page/profile-page-section.component';
|
||||
import {ThingTranslateModule} from '../../translation/thing-translate.module';
|
||||
import {SectionModule} from '../../util/section/section.module';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -46,7 +45,6 @@ const routes: Routes = [
|
||||
SwiperModule,
|
||||
UtilModule,
|
||||
ThingTranslateModule,
|
||||
SectionModule,
|
||||
],
|
||||
})
|
||||
export class ProfilePageModule {}
|
||||
|
||||
Reference in New Issue
Block a user