test
This commit is contained in:
parent
5114e003e5
commit
2c9030f3a3
|
@ -1,7 +1,5 @@
|
|||
import { LoadingBar } from 'react-redux-loading-bar'
|
||||
import {
|
||||
CX,
|
||||
} from '../constants'
|
||||
import { CX } from '../constants'
|
||||
import ZoomableImage from './zoomable_image'
|
||||
|
||||
export default class ImageLoader extends PureComponent {
|
||||
|
|
|
@ -16,7 +16,6 @@ const filters = [
|
|||
'reblog',
|
||||
'poll',
|
||||
'follow',
|
||||
'follow_requests',
|
||||
]
|
||||
|
||||
const messages = defineMessages({
|
||||
|
|
Loading…
Reference in New Issue