mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
code cleanup
This commit is contained in:
parent
606c88d777
commit
ef71e55543
23 changed files with 108 additions and 109 deletions
|
@ -8,8 +8,8 @@ import * as React from 'react';
|
|||
import { render } from 'react-dom';
|
||||
import { Provider } from 'react-redux';
|
||||
import { PersistGate } from 'redux-persist/integration/react';
|
||||
import { configureStore } from '$redux/store';
|
||||
import App from '$containers/App';
|
||||
import { configureStore } from '~/redux/store';
|
||||
import App from '~/containers/App';
|
||||
|
||||
require('./styles/main.scss');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue