From e92ebe01e3a33dcc75b5e5ffd8d29933a2cf17df Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 10 Jun 2020 20:14:46 +0300 Subject: feat: integrate Feed component with backend --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 0d9751c..5fd57f0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -77,7 +77,7 @@ const App: React.FC = () => { { page === 'profile' && } - + ); -- cgit v1.2.3