From aa03754a5cadbcb014d43653fc67311a1a4a15db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 20 Oct 2024 01:46:20 +0200 Subject: [PATCH] pl-fe: fix import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/reducers/timelines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/reducers/timelines.ts b/packages/pl-fe/src/reducers/timelines.ts index dc4588a08e..9e2d4a0ed7 100644 --- a/packages/pl-fe/src/reducers/timelines.ts +++ b/packages/pl-fe/src/reducers/timelines.ts @@ -23,9 +23,9 @@ import { TIMELINE_INSERT, } from '../actions/timelines'; -import type { Status } from '../normalizers'; import type { PaginatedResponse, Status as BaseStatus, Relationship } from 'pl-api'; import type { ImportPosition } from 'pl-fe/entity-store/types'; +import type { Status } from 'pl-fe/normalizers/status'; import type { AnyAction } from 'redux'; const TRUNCATE_LIMIT = 40;