1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 00:26:41 +07:00

fixed global styles

This commit is contained in:
Fedor Katurov 2020-11-20 19:46:41 +07:00
parent 8f9c61e1f6
commit f354b4aacc
6 changed files with 113 additions and 205 deletions

View file

@ -4,8 +4,7 @@ import { Provider } from 'react-redux';
import { PersistGate } from 'redux-persist/integration/react';
import { configureStore } from '~/redux/store';
import App from '~/containers/App';
require('./styles/main.scss');
import '~/styles/main.scss';
const { store, persistor } = configureStore();