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:
parent
8f9c61e1f6
commit
f354b4aacc
6 changed files with 113 additions and 205 deletions
src
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue