Lint fix
This commit is contained in:
parent
b81dd09fc3
commit
3d76853e93
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Map as ImmutableMap } from 'immutable';
|
||||
// import { Map as ImmutableMap } from 'immutable';
|
||||
import React from 'react';
|
||||
|
||||
import { render, screen } from '../../../../jest/test-helpers';
|
||||
import { normalizeAccount, normalizeInstance, normalizeRelationship } from '../../../../normalizers';
|
||||
import { normalizeAccount, normalizeRelationship } from '../../../../normalizers';
|
||||
import SubscribeButton from '../subscription-button';
|
||||
|
||||
let account = {
|
||||
|
|
Loading…
Reference in a new issue