aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.module.ts')
-rw-r--r--src/app/app.module.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index edec9cc..e88a0d6 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -11,14 +11,14 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18/** 18/**
19 * @author Philippe Buschmann 19 * @author Philippe Buschmann
20 * @file src/app/app.module.ts 20 * @file src/app/app.module.ts
21 * @brief 21 * @brief
22 * 22 *
23 */ 23 */
24 24
@@ -35,9 +35,9 @@ import { IdentityPageComponent } from './identity-page/identity-page.component';
35import { CreateIdentityComponent } from './create-identity/create-identity.component'; 35import { CreateIdentityComponent } from './create-identity/create-identity.component';
36import { MyFilterPipe } from './filter.pipe'; 36import { MyFilterPipe } from './filter.pipe';
37import { ErrorMessageComponent } from './error-message/error-message.component'; 37import { ErrorMessageComponent } from './error-message/error-message.component';
38import { GnsPageComponent } from './gns-page/gns-page.component';
39import { NamestorePageComponent } from './namestore-page/namestore-page.component'; 38import { NamestorePageComponent } from './namestore-page/namestore-page.component';
40import { PeerstorePageComponent } from './peerstore-page/peerstore-page.component'; 39import { PeerstorePageComponent } from './peerstore-page/peerstore-page.component';
40import { ErrorPageComponent } from './error-page/error-page.component';
41 41
42@NgModule({ 42@NgModule({
43 declarations: [ 43 declarations: [
@@ -48,9 +48,9 @@ import { PeerstorePageComponent } from './peerstore-page/peerstore-page.componen
48 CreateIdentityComponent, 48 CreateIdentityComponent,
49 MyFilterPipe, 49 MyFilterPipe,
50 ErrorMessageComponent, 50 ErrorMessageComponent,
51 GnsPageComponent,
52 NamestorePageComponent, 51 NamestorePageComponent,
53 PeerstorePageComponent 52 PeerstorePageComponent,
53 ErrorPageComponent
54 ], 54 ],
55 imports: [ 55 imports: [
56 BrowserModule, 56 BrowserModule,