aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-05 09:34:41 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-05 09:34:41 +0200
commit5555f886c0efbe6ee9c3ce5bac73bd3734a4e631 (patch)
treeb59f467b17328a457ebb6cfeadd4d452cc2a3436 /client/src/index.html
parente56b20f5872bc640b59501817bc41fb0db09c253 (diff)
downloadPeerTube-5555f886c0efbe6ee9c3ce5bac73bd3734a4e631.tar.gz
PeerTube-5555f886c0efbe6ee9c3ce5bac73bd3734a4e631.tar.zst
PeerTube-5555f886c0efbe6ee9c3ce5bac73bd3734a4e631.zip
Do not import whole rxjs
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index f2f601779..5cf491221 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -15,6 +15,7 @@
15 15
16 <!-- 3. Display the application --> 16 <!-- 3. Display the application -->
17 <body> 17 <body>
18 <my-app>Loading...</my-app> 18 <my-app>
19 </my-app>
19 </body> 20 </body>
20</html> 21</html>