diff options
author | Vitaly Takmazov | 2019-05-06 11:38:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 4f13802eb0bf50b554992c49e0c3686b6a3ce2ec (patch) | |
tree | 71ba28479c819bd7fdf8dbed8676535744ba6c30 /vnext/src/index.js | |
parent | f470636a70943a8ecad8bddc791a1c2dddd28e1e (diff) |
Update project layout
Diffstat (limited to 'vnext/src/index.js')
-rw-r--r-- | vnext/src/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 ( <div id="content"> |