From 4f13802eb0bf50b554992c49e0c3686b6a3ce2ec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 6 May 2019 11:38:55 +0300 Subject: Update project layout --- vnext/src/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnext/src/index.js') diff --git a/vnext/src/index.js b/vnext/src/index.js index 99d44d2b..26cf26f6 100644 --- a/vnext/src/index.js +++ b/vnext/src/index.js @@ -1,6 +1,8 @@ import React, { lazy, Suspense } from 'react'; import ReactDOM from 'react-dom'; +import './index.css'; + function LoadingView(props) { return (
-- cgit v1.2.3