From 861fa2559fa16c3967a1d191a3a32d6eda6a4221 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 15 Jul 2018 13:22:05 +0300 Subject: Friends and Readers components --- vnext/src/App.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index 683e310a..f3f48152 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -4,6 +4,7 @@ import * as qs from 'query-string'; import Icon from './components/Icon'; import { Discover, Discussions, Blog, Tag, Home } from './components/Feeds'; +import { Friends, Readers } from './components/Users'; import Settings from './components/Settings'; import Contacts from './components/Contacts'; import Chat from './components/Chat'; @@ -156,6 +157,8 @@ export default class App extends React.Component { } /> } /> } /> + } /> + } /> } /> } /> } /> -- cgit v1.2.3