aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-31 14:43:48 +0200
committerChocobozzz <me@florianbigard.com>2018-05-31 14:43:48 +0200
commita9614776665c8de5e752189408542f3a5478b5ba (patch)
tree9e4e125fd0fd60e6de245db546cf4f4f5d530423 /client/src/app/+page-not-found/page-not-found.module.ts
parenta51bad1accfade25916db0dadaeb879a182cf19b (diff)
downloadPeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.gz
PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.zst
PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.zip
Fix lint
Diffstat (limited to 'client/src/app/+page-not-found/page-not-found.module.ts')
-rw-r--r--client/src/app/+page-not-found/page-not-found.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+page-not-found/page-not-found.module.ts b/client/src/app/+page-not-found/page-not-found.module.ts
index bc29d17c4..ffc1f777d 100644
--- a/client/src/app/+page-not-found/page-not-found.module.ts
+++ b/client/src/app/+page-not-found/page-not-found.module.ts
@@ -10,7 +10,7 @@ import { PageNotFoundRoutingModule } from '@app/+page-not-found/page-not-found-r
10 ], 10 ],
11 11
12 declarations: [ 12 declarations: [
13 PageNotFoundComponent, 13 PageNotFoundComponent
14 ], 14 ],
15 15
16 exports: [ 16 exports: [