pl-fe: fix import
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
bd2d6fefee
commit
aa03754a5c
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@ import {
|
||||||
TIMELINE_INSERT,
|
TIMELINE_INSERT,
|
||||||
} from '../actions/timelines';
|
} from '../actions/timelines';
|
||||||
|
|
||||||
import type { Status } from '../normalizers';
|
|
||||||
import type { PaginatedResponse, Status as BaseStatus, Relationship } from 'pl-api';
|
import type { PaginatedResponse, Status as BaseStatus, Relationship } from 'pl-api';
|
||||||
import type { ImportPosition } from 'pl-fe/entity-store/types';
|
import type { ImportPosition } from 'pl-fe/entity-store/types';
|
||||||
|
import type { Status } from 'pl-fe/normalizers/status';
|
||||||
import type { AnyAction } from 'redux';
|
import type { AnyAction } from 'redux';
|
||||||
|
|
||||||
const TRUNCATE_LIMIT = 40;
|
const TRUNCATE_LIMIT = 40;
|
||||||
|
|
Loading…
Reference in a new issue