From 6ffdba946c8db14d09c95bb3d61d7095571d39b4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 5 May 2020 10:40:16 +0300 Subject: Prepare to SSR --- vnext/src/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vnext/src/index.js') diff --git a/vnext/src/index.js b/vnext/src/index.js index 5f45ecc2..6cbb3c44 100644 --- a/vnext/src/index.js +++ b/vnext/src/index.js @@ -1,5 +1,6 @@ import React, { lazy, Suspense } from 'react'; import ReactDOM from 'react-dom'; +import { BrowserRouter } from 'react-router-dom'; import './index.css'; @@ -16,7 +17,9 @@ const Juick = lazy(() => import('./App')); const JuickApp = () => ( - + + + ); -- cgit v1.2.3