Improvment in tslint standard (#16)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { authorizeReducer } from "./authorize";
|
||||
import { circleReducer } from "./circles";
|
||||
import { commentReducer } from "./comments";
|
||||
import { globalReducer } from "./global";
|
||||
import { imageGalleryReducer } from "./imageGallery";
|
||||
import { notificationReducer } from "./notifications";
|
||||
import { postReducer } from "./posts";
|
||||
import { userReducer } from "./users";
|
||||
import { voteReducer } from "./votes";
|
||||
import { authorizeReducer } from './authorize'
|
||||
import { circleReducer } from './circles'
|
||||
import { commentReducer } from './comments'
|
||||
import { globalReducer } from './global'
|
||||
import { imageGalleryReducer } from './imageGallery'
|
||||
import { notificationReducer } from './notifications'
|
||||
import { postReducer } from './posts'
|
||||
import { userReducer } from './users'
|
||||
import { voteReducer } from './votes'
|
||||
|
||||
export{
|
||||
authorizeReducer,
|
||||
|
||||
Reference in New Issue
Block a user