diff options
author | Vitaly Takmazov | 2022-11-03 16:59:20 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | e9f4a48efd06d539eaaebd75880d569d6d093d58 (patch) | |
tree | c30a0b1e514814d7445ba9cb693273faf545eeff /vnext/src/index.js | |
parent | 27d7faaac7adc1f254f565faf1ed2ddf57f8c91a (diff) |
Switch back to grid layout
Diffstat (limited to 'vnext/src/index.js')
-rw-r--r-- | vnext/src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/index.js b/vnext/src/index.js index 3c354826..6c557ae7 100644 --- a/vnext/src/index.js +++ b/vnext/src/index.js @@ -3,7 +3,6 @@ import { hydrateRoot } from 'react-dom/client'; import { BrowserRouter } from 'react-router-dom'; import { CookiesProvider } from 'react-cookie'; -import './index.css'; import { VisitorProvider } from './ui/VisitorContext'; const Juick = lazy(() => import('./App')); |