diff --git a/src/dependencies.pug b/src/dependencies.pug
index ad9ce01a557f6d7f76a3ef2d176c277c18996360..b6daed353551d1a1faca2f5a0ec7642c61003056 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -17,7 +17,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //- CDN
 script(type="module" src="https://unpkg.com/@startinblox/core@0.8")
 script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
-//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
+script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
 script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta")