Rename common.js to login.js
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import store from 'store';
|
||||
import S from 'string';
|
||||
|
||||
import {
|
||||
checkIfAuth
|
||||
} from './lib/common/login';
|
||||
|
||||
import {
|
||||
checkIfAuth,
|
||||
urlpath
|
||||
} from './common';
|
||||
} from './lib/config';
|
||||
|
||||
window.migrateHistoryFromTempCallback = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user